如今在线支付网关如何运作?

发布于 2024-09-26 00:07:44 字数 77 浏览 1 评论 0原文

您能看出这是在线支付网关的基本架构吗?

但它应该只适用于信用卡持有者,即支付网关如何响应信用卡?网关如何识别信用卡发卡机构?

Can you tell be the basic architecture of a online payment gateway.

But it supposed to be for credit card holder only, i.e how payment gateways responded to credit card? How gateways recognize the credit card issuer?

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

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

发布评论

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

评论(1

偷得浮生 2024-10-03 00:07:44

任何支付网关都包含三个基本要素。根据 PCI DSS、AUTH 和结算(捕获)安全存储信用卡号。

  1. 提供安全存储卡号并返回令牌或哈希作为信用卡句柄的服务。

  2. 您需要规则引擎或服务来识别 BIN 中的卡类型(VISA、MC、DISC、AMEX 等)。

  3. ESB 或基于内容的路由器,根据卡类型或 BIN 将请求发送到适当的收单机构。

  4. 具有高 SLA 的服务,用于执行实时 AUTH

  5. 用于结算(CAPTURE)的服务或批处理作业

There are three basic elements of any payment gateway. Secure storage of credit card number as per the PCI DSS, AUTH and Settlement (capture).

  1. Have a service to securely store the card number and return a token or a hash as handle for credit card.

  2. You need rule engine or a service to Identify the CARD TYPE (VISA, MC, DISC, AMEX etc.) from BIN .

  3. An ESB or content based router to send the request to appropriate acquirer based on CARD TYPE or BIN.

  4. A service with high SLA to perform a real-time AUTH

  5. A service or batch job for settlement (CAPTURE)

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