#wuguimei

1 messages · Page 1 of 1 (latest)

hidden crescentBOT
white copper
#

Hi there, can you elaborate more>

sharp jungle
#

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.

white copper
#

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

sharp jungle
#

ok,have demo?

#

so tIs PCI compliance a performance of SCA

he

white copper
#

You are switching to another topic.

#

And you can find the sample code in the page that I shared earlier.

sharp jungle
#

ok,thank you

white copper
sharp jungle
#

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?