#yash_webkul
1 messages · Page 1 of 1 (latest)
Hi there, can you tell me more details about 3DS not working ?
Yes.
currently i am using test credentials
I have enabled 3d secure for cards
but when i am trying to checkout with the 3d secure card it's not return next_action
Can you share with me the PaymentIntent ID?
please check out the video
I have created payment intent and can't able to confirm payment intent.
Can you also share with me the PaymentIntent ID? so that I can check the log
ok
pm_1M1lcVSDV6luro0Zeu1QaV8b
can you also confirm with us payment intent not confirm in 3D secure cards
OK. You need to confirm this PaymentIntent in frontend (call stripe.confirmPayment()) in order to trigger the 3DS flow, not backend.
but i am using stripe_inline payment
but the same code work in past 2 months
but now it's not working
What do you mean by stripe_inline payment ?
And previously how did you trigger the 3DS flow when confirming from backend?
Are you referring to CardElement?
yes
I'm not sure if I follow you.
Assume you are using CardElement, you should also call stripe.confirmCardPayment() in frontend, not backend, to confirm the payment. The detailed integration is here https://stripe.com/docs/payments/card-element?platform=web
ok i will check them