Open payment gateway libraries for Java, Python, Ruby, and PHP

Posted by Tauren on Stack Overflow See other posts from Stack Overflow or by Tauren
Published on 2010-05-20T00:03:28Z Indexed on 2010/05/20 0:10 UTC
Read the original article Hit count: 669

Filed under:
|
|
|
|

I'm looking for generic and open source payment libraries that support many different payment processor APIs. In other words, I'd like to develop an application using a single payment processing API, but be able to easily switch between payment gateways, such as Authorize.Net, Payflow Pro, Braintree, PayPal, Google, Amazon, etc.

This question gives some Java solutions, but the suggestions all look horrible. Isn't there anything more like ActiveMerchant for Java? I really need a good Java solution, to the point of building my own if necessary. But I don't want to reinvent the wheel if it exists.

Are there any solutions for Python or PHP?

Ideally, I'd like to find something similar to Ruby's ActiveMerchant, which looks exceptionally complete. Are there any other Ruby solutions?

© Stack Overflow or respective owner

Related posts about payment-gateway

Related posts about java