Suggestion on Payment gateway

断了今生、忘了曾经 提交于 2019-12-13 05:44:31

问题


I am developing a MVC web application and one of its feature is to implement credit card transaction and upon goggling I found many references to payment gateways (ZipZap,Paytoo etc..) as I haven't worked earlier on Payment gateway and wanted to know which one should be picked as to startup and provide a trial for sandbox testing in dev environment.

Any suggestion or help on this would be of great help.


回答1:


Check Stripe and Paypal Sandbox, and also more information about payment gateways and their comparations check my answer at here.

Stripe Sandbox

Paypal Sandbox

EDIT: Authorize.net Payment Diagram Step 3 so yes it support multiple gateways because it sends the payment the issuer bank(which is the identified via IIN(Issuer Identification Number)).

The Merchant Bank's Processor submits the transaction to the credit card network (like Visa or MasterCard). The credit card network routes the transaction to the bank that issued the credit card to the customer. 


来源:https://stackoverflow.com/questions/29102472/suggestion-on-payment-gateway

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