gpt4 book ai didi

java - Stripe : card holder name verification

转载 作者:塔克拉玛干 更新时间:2023-11-01 21:45:15 25 4
gpt4 key购买 nike

我怎样才能实现这个场景:

1) 使用信用卡付款时,用户填写他/她的名字和姓氏

2) 如果输入的名字和姓氏与卡上的名字和姓氏(“打印”)不匹配 - 我们(我自己或 stripe)拒绝交易。

正如我在示例 ( https://stripe.com/docs/custom-form#step-1-collecting-credit-card-information ) 中看到的,要创建新 token ,Stripe.js 仅使用:卡号、有效期 (MM/YY)、CVC。

我的后端使用 Java。如我所见,'Charge'对象,也不是'Customer'没有“名字”、“姓氏”等属性

我在 Quora 上找到了一位 Stripe 员工的回答,说这是可能的:

"You can also send us more data, such as billing address and cardholder name. Stripe can compare the billing address entered by the customer against that on file with their bank. This is also a useful indicator for determining whether the payment is being made by the genuine cardholder."

https://www.quora.com/Whats-the-bare-minimum-information-that-Stripe-requires-to-charge-a-credit-card

但是我该如何实现呢?

最佳答案

遗憾的是,大多数银行不提供任何方式来验证持卡人的姓名。这往往会让人们感到惊讶,因为大多数商家确实要求提供持卡人的姓名。

通过信用卡网络发送消息的主要标准,ISO8583 , 甚至不包含传输持卡人姓名的字段。

大多数商家倾向于使用 CVC 和地址进行验证,因为地址验证 (AVS) 在许多国家/地区都可用。

另请参阅:https://www.quora.com/How-is-a-cardholder-name-used-when-you-pay-with-a-credit-card-online

关于java - Stripe : card holder name verification,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41322875/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com