#Ghar-sca-card
1 messages · Page 1 of 1 (latest)
Ah, interesting. What are you using to initiate the modal? Payment Element? Card Element? Checkout?
thanks - just a sec...
Will this help
http://launchmuse.ngrok.io/store?mystuff=false
you can use any invalid email when prompted
click subscribe
add fake email
then http://launchmuse.ngrok.io/subscription/new?price_plan_id=1
(Very slow)
👋 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?
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