Java payment gateway library [closed]
Asked Answered
K

2

14

I'm looking for a Java payment gateway library similar to the Rails active_merchant or the libraries available on many other platforms. I've been surprised that I've been unable to find one. I'd like something that supports the major gateways and providers, like Paypal, Google, Amazon, and some direct merchant account providers like Authorize.net.

Does such a thing exist in the open source world?

Kantor answered 11/2, 2010 at 6:17 Comment(2)
Let's move this question to the right place softwarerecs.stackexchange.comBoltrope
github.com/tranxactive/J2PAY OR j2pay.org kindly have a review of this library, we support multiple gateways and our list are expanding day by day, you are warmly welcome to contribute with us aswellGarrulous
T
3

Stripe has a Java library to accept credit cards without needing a merchant account: https://github.com/stripe/stripe-java

Check out the documentation and FAQ, and feel free to drop by our chatroom if you have more questions.

Tanner answered 1/4, 2012 at 21:2 Comment(3)
Just signed up with Stripe and took it for a test spin. For what it's worth, I'll never use anything else ever again.Bromberg
It's a closed-source saas with a simple client API. So it's not a payment gateway lib similar to omnipay or payum (from PHP) or active_merchant (from Ruby).Flaherty
check out J2pay github.com/tranxactive/J2PAYVoiced
H
1

I found nice paypal library at sourceforge: http://sourceforge.net/projects/paypal-nvp/

Hesperian answered 10/3, 2010 at 21:14 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.