具有注册卡条的CVC身份验证 [英] CVC authentication with registered card stripe

查看:97
本文介绍了具有注册卡条的CVC身份验证的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我当前正在使用条纹,并要求客户(通过条纹)注册卡。

I'm currently using stripe and ask customer to register the card (via stripe).

首次结帐后,客户已对其卡进行了注册。该客户可以将该卡再次用于结帐,我想问一下 CVC /卡安全码以防止安全密码太低。

After the first checkout, the customer has his card registered. This customer can re-use this card for another checkout and I want to ask the CVC / Card Security Code for preventing the low security passwords.

是否为此 CVC身份验证调用Stripe api?

Is there a call to the stripe api for this "CVC authentication" ?

谢谢

推荐答案

很遗憾,目前尚无法使用Stripe做到这一点。没有可以调用的使用保存卡的API,也没有将CVC传递到哪里的API,以便将其发送到银行并再次检查。

There's unfortunately no way to do this with Stripe at the moment. There is no API you could call that would use a saved card and where you would pass the CVC along so that it's sent to the bank and checked again.

您要么需要再次要求提供完整的卡详细信息,或仅依靠保存的卡本身。创建客户和卡时,可以检查 cvc_check 是否设置为 pass ,以确保CVC由银行发送并经过验证,这样您以后就不必再要求它了。

You either need to ask for the full card details again or simply rely on the saved card itself. When you create the customer and the card you can check if cvc_check is set to pass to make sure that the CVC was sent and validated by the bank so that you don't have to ask for it again in the future.

这篇关于具有注册卡条的CVC身份验证的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆