#Ghar-sca-card

1 messages · Page 1 of 1 (latest)

twin swift
#

Ah, interesting. What are you using to initiate the modal? Payment Element? Card Element? Checkout?

tender coral
#

stripe elements

#

js

twin swift
#

Right, but which elements

#

I want to try and repro on my end

tender coral
devout harbor
#

👋 stepping in for two-shoes as they need to step away

#

Can you give me a PaymentIntent that you tested with that I can look at?

tender coral
#

sure...

#

the ID is pi_3LVKAbFFw4WCQm8g1WoYTClM

devout harbor
#

Thanks, looking

#

Yeah so the issue here is that you are duplicating your confirmation request

#

The initial one triggers the 3DS modal, but the second one then cancels the original 3DS source which leads to the behavior you are seeing.

#

You will need to debug your code for why you are calling confirmCardPayment twice here