如何在网络应用程序中集成支付工具(visa/Mastercard)
我们正在建立一些购物网站。我们想要提供的付款方式是: 1.万事达卡 2.签证 3.贝宝 如何将此功能集成到我们的应用程序中? 有这方面的API吗?
We are building some shopping Website.Payment option we want to provide are:
1.Master card
2.Visa
3.PayPal
How to Integrate this facility in our application?
Is there any API for this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我昨天写了一个类似问题的答案。它解释了您的一些选项:针对美国网站的信用卡收单和 Paypal 解决方案
I wrote an answer to a similar question yesterday. It explains some of your options: solution for credit card acquiring and paypal in the USA for web sites
PayPal 有一个 API。 MasterCard 和 Visa 不是支付提供商,因此它们没有 API,但您可以使用一些支付处理器,例如 WorldPay 或您银行的商家账户提供商(如果他们允许您拥有一个)。PayPal has an API. MasterCard and Visa are not payment providers so they don't have APIs, but there are payment processors that you can work with such as WorldPay or your bank's Merchant Account provider, if they let you have one.