Java payment gateway library [closed]

2019-03-08 11:29发布

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?

2条回答
男人必须洒脱
2楼-- · 2019-03-08 12:09

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.

查看更多
戒情不戒烟
3楼-- · 2019-03-08 12:21

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

查看更多
登录 后发表回答