Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Welcome to the world of payment gateways. Many are horrendous. I've had to deal with botched soap services and libraries that haven't changed in the last 20 years before...
-
Kaji20976y@AlmondSauce Sounds about right. This is my third one; first was so easy it created false expectations for the scond. Now this...
-
Kaji20976y@Root Depends. Stripe and PayPal are so widely used that they are kept reasonably up-to-date. For smaller ones (like what your local bank’s merchant services might offer) it’s a crap shoot. One I’ve worked with was properly documented and worked as advertised. Another was moderately well documented, however half the functions (e.g. storing cards) didn’t work. Still another had no documentation; their tech just sent an HTML form and said “use this and write us if you have any problems).
And then there was yet another (geez, didn’t realize I’d done so many) where it used an outside terminal and was supposedto post back the response to a specified link—but it didn’t actually post anything... -
Kaji20976yProbably going to write the processor and offer to update their code for a fee; see if we get a bite.
-
@Root Stripe is pretty much hands down the best from a Dev point of view. PayPal is fine if you're just doing simple one off payments or subscriptions, otherwise it gets complex.
Many of the others are absolute nightmares. Worldpay is one of the worst for instance, and also one of the most widely used...
Related Rants
Working on a new payment gateway for one of my customers, and it turns out that instead of just specifying the parameters for what to include in the API call they want you to use their drop-in module for it...which is still written in PHP 4 and hasn't been updated since 2011. Also turns out that they only accept data formatted in XML.
Not insurmountable, but more than I feel like dealing with right this moment...
rant
why no json?
php4
api
xml
hasn't been updated since 2011
still using php4