#wuguimei
1 messages · Page 1 of 1 (latest)
Hi there, can you elaborate more>
Hello, I want to realize that the user first binds the card, then carries out the lease business, and then pays with the previously bound card when the user returns it, as well as PCI compliance. Which is recommended for the current process?
On our side, we use the client to obtain the token, then create the user, and then use the customerId for payment. There is a problem at present. When binding, we cannot pay the card for verification. It does not affect whether the security code or date is filled in at will.
OK. Stripe can help you handle the PCI compliance if you use the relevant Stripe products, so that you need to apply PCI compliance yourself.
I'd suggest you to get started with https://stripe.com/docs/payments/save-and-reuse
When you confirm a SetupIntent, Stripe will verify the card details with card network and you can use the collected payment method to charge your customer
ok,have demo?
so tIs PCI compliance a performance of SCA
he
You are switching to another topic.
And you can find the sample code in the page that I shared earlier.
ok,thank you
hello,use this https://stripe.com/docs/payments/save-and-reuse, where use the card info?
You mean to pay with the saved payment method? If you scroll down the doc a bit, you can find it https://stripe.com/docs/payments/save-and-reuse?platform=checkout#use-payment-method
Hello, I mean when do we use the card number, date and security code collected on the client (iOS or Android)? I don't seem to see it in the document? Where exactly?