#DG - React Native SDK
1 messages · Page 1 of 1 (latest)
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
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.
Yes, indeed
We have a good basic integration walk through here: https://stripe.com/docs/payments/accept-a-payment?platform=react-native
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?
We would recommend the Payment Element as it has better handling of multiple payment methods.