#Jonah
1 messages · Page 1 of 1 (latest)
Hi 👋
How are you integrating Stripe?
via SDK on the apps
the backend creates the payment intent, and the apps process it with stripe.confirmPayment, which is called with the paymentIntentId
What are you using on the front end? Payment Element?
The 3Ds challenge screen will be displayed automatically by Stripe.js and you won't know beforehand. You can add some language to your site that informs users that this is normal
So it is impossible to "hook into" the process right before the popup? there is no event that is triggered we can listen for, eg?
Only if you want to try handling 3DS manually. This approach is not recommended and should only be attempted if you are a very skilled developer who is familiar with all the ins and outs of network requests.
can you link me to the relevant docs for this approach?