#DG - React Native SDK

1 messages · Page 1 of 1 (latest)

swift field
#

HI 👋

#

What exactly are you thinking of building?

wheat shell
#

I have an app which allows user to buy services for their cars, as soon as they checkout we reserve the drivers, however, customer could take time to pay while they are on stripe payment screen. So i need somehow to restrict the customer that they should compelte the payment activity within 10-15 minutes, otherwise their payment session gets expire and they return back to cart screen

swift field
#

Okay. Well using the Stripe React Native SDK means that you avoid having to store raw card details, since the payment information is tokenized before it gets to your server.

swift field
wheat shell
#

Ahan, thanks, so if i implement this CARD ELEMENT, using both client side and server side, i don't have to go for PCI compliance right?

swift field
#

We would recommend the Payment Element as it has better handling of multiple payment methods.