问题
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