#wuguimei

1 messages · Page 1 of 1 (latest)

spiral badgerBOT
unborn valley
#

Hi there, do you mean you want to get the PCI compliance by yourself (i.e., handle the sensitive card details )

primal umbra
#

yes

unborn valley
#

OK. So basically you want to verify the card before saving it to the customer.

primal umbra
#

yes

unborn valley
primal umbra
#

Is this cvc verification performed by the server or the front-end?

unborn valley
#

When you confirm a SetupIntent, Stripe will send the card details to card network for verification.

Also I'd suggest to upgrade to the new PaymentIntent and SetupIntents API. The legacy Sources and Tokens APIs are already deprecated.

primal umbra
#

You mean my sdk version is too low?

unborn valley
#

No, it's not about SDK version. The Sources and Tokens APIs that you are currently looking at are deprecated. I don't recommend you to use them unless you are maintaining a legacy project.

#

Also I'd suggest you to read through the document that I sent you earlier, so that you'll know how to use SetupIntents API to collect a verified payment_method without charging a customer.

primal umbra
#

What is the process of integrating PCI compliance?

unborn valley
#

Are you using Stripe.js in your frontend? or you are using your own HTML form to collect the card details?

primal umbra
#

yes

unborn valley