Payment Gateway for Java [closed]

北慕城南 提交于 2019-12-03 21:58:03

You don't want (and can't) implement a payment gateway. At least not by asking a question "how to create a payment gateway", and definitely not alone. What you are looking for, perhaps, is to be able to receive payments from customers. You can use an existing payment gateway:

All of them have well-described APIs and web-services to communicate with - just pick one with the best financial options for you and look for its documentation.

If you mean integrating with an existing payment gateway (such as PayPal's) then you better read their official IPN documentation or a third party tutorial such as this (written for PHP but the logic is the same for all languages).

If this is a different payment gateway vendor, you need to find documentation and a tutorial.

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