#davids0603
1 messages · Page 1 of 1 (latest)
Hello! We'll be with you shortly. Below are links to other discussions we've had with you in the past week in case you want to review that information. If your question is related to one of these previous discussions, please provide a comprehensive summary of the current state and what you need help with now. We help many users simultaneously, so a summary allows us to resolve your issue as soon as possible.
- davids0603, 3 days ago, 10 messages
What kind of error management do you refer to?
network and payment errors
network is beyond the Stripe's scope
For payment, https://stripe.dev/stripe-react-native/api-reference/index.html#ConfirmPaymentResult you can get the paymentIntent object from the result of confirmPayment function.
Documentation for @stripe/stripe-react-native
ok thank you and apart from these cards which we need 3DS the 3DS page is supposed to be a bank page where we have to configure everything?
THANKS
The Stripe SDK will handle 3DS if you call confirmPayment to confirm the PaymentIntent
so I don't have to worry about the 3DS modal it can be managed by itself