Java payment gateway library [closed]

天大地大妈咪最大 提交于 2019-12-03 02:51:51

问题


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?


回答1:


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.




回答2:


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



来源:https://stackoverflow.com/questions/2242653/java-payment-gateway-library

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!