我正在开发一个MVC web应用程序,它的一个特性是实现信用卡交易,在切换时,我发现了许多关于支付网关(ZipZap、Paytoo等)的参考资料。因为我之前没有在支付网关上工作,我想知道应该选择哪一个来启动,并在dev环境中提供一个沙箱测试的试用版。
任何关于这方面的建议或帮助都会有很大帮助。
发布于 2015-03-17 15:02:41
检查Stripe和Paypal沙箱,还有更多关于支付网关的信息和它们的比较,检查我在这里的答案。
编辑: Authorize.net 付款图第3步,所以它支持多个网关,因为它向发行人银行发送付款(这是通过IIN(颁发者识别号)识别的)。
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
复制相似问题