#Jonah

1 messages · Page 1 of 1 (latest)

night plinthBOT
limpid scaffold
#

Hi 👋

How are you integrating Stripe?

hallow stream
#

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

limpid scaffold
#

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

hallow stream
#

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?

limpid scaffold
#

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.

hallow stream
#

can you link me to the relevant docs for this approach?

limpid scaffold
#

But we can't offer much in support for this approach.

night plinthBOT