与银行直接交易的支付网关

发布于 2024-11-16 18:48:38 字数 1539 浏览 0 评论 0原文

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

傾旎 2024-11-23 18:48:38

也许类似于 Envoy 服务?他们提供多种服务,包括可用于收集用户银行帐户详细信息(其结构可能因用户所在地区而异)的托管网关,以及用于管理这些帐户之间的付款的 API。

Something like Envoy Services, perhaps? They offer a number of services, including a hosted gateway which can be used to gather a user's bank account details (the structure of which can vary depending on the user's region), and APIs to manage payments to and from those accounts.

仙气飘飘 2024-11-23 18:48:38

你看过贝宝吗?他们有 PHP API 并且支持银行账户。

Have you looked at PayPal? They have a PHP API and they support bank accounts.

何以心动 2024-11-23 18:48:38

对于那些仍在寻找支付网关的人。
这是我对支付网关的研究。现在,您将获得适用于大多数编程平台的支付网关 API。如果您使用 PHP,那么选项是无限的。您还可以要求支付网关提供商为您提供“如何指南”以集成其网关。
在选择支付网关之前,您必须记住许多事情。其中一些如下:

  1. 您需要什么类型的交易。信用卡、借记卡、网上银行、现金卡等。
  2. 设置费是多少,从卢比不等。 0 至 卢比。 30,000。
  3. 长期使用其网关的年度维护费 (AMC) 是多少?
  4. 最重要的是网关的 TDR(交易折扣率)。假设客户在线支付卢比。 100,扣除TDR后你会得到什么。例如,与借记卡相比,使用信用卡和网上银行的 TDR 率可能更高。不同的支付网关提供商可能会有所不同。现在,借记卡通常为 1.25% 至 1.5%,信用卡为 2% 至 3.75%,网上银行 2% 至 4%,具体取决于您选择的计划。
  5. 付款时间:交易成功后,金额何时会反映在您的帐户中。
  6. 客户支持。
  7. 退款管理
  8. 数据分析、交易报告
  9. 商家界面可实时跟踪您的所有交易 交易
  10. 安全

希望这对您有帮助。

For those who are still looking for payment gateways.
Here is my study on payment gateways. Now a days you will get payment gateway API for maximum programming platforms. If you are using PHP then options are unlimited. You can also ask to payment gateway providers to provide you "How to Guide" for integration of their gateways.
Many things you have to keep in mind before choosing payment gateways. Some of are as below:

  1. What type of transactions do you need. Credit cards, Debit card, Net Banking, Cash cards etc.
  2. What is the Setup fees which is varies from Rs. 0 to Rs. 30,000.
  3. What is the Annual Maintenance Charges (AMC) are going to cost you for using their gateway for long time.
  4. Most important what will be the TDR (Transaction Discount Rate) by gateways. Suppose customer pay online for Rs. 100, what will you get after deducting TDR. For example on use of credit card and netbanking TDR rate may be higher in comparision to Debit cards. It may be differ to different payment gateway providers. Now a days usually for Debit cards it is 1.25% to 1.5%, Credit Cards 2% to 3.75%, Net Banking 2% to 4% depends on plans you chose.
  5. Payout Time : Whan will the amount reflects in your account on successful transaction.
  6. Customer Suport.
  7. Refund Management
  8. Data Analytics, transaction reports
  9. Merchant interface to keep a track of all your transactions on real time basis
  10. Security of Transactions

Hope this helps you.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文