Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java payment gateway library [closed]

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?

like image 316
Alex Neth Avatar asked Feb 11 '10 06:02

Alex Neth


2 Answers

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.

like image 193
anurag Avatar answered Oct 20 '22 16:10

anurag


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

like image 24
pete Avatar answered Oct 20 '22 16:10

pete