#Esteban (Eyeneed)
1 messages · Page 1 of 1 (latest)
Hi 👋 is this in a live environment, or are you always seeing the authentication popup while testing this flow?
Hi, while testing
With cards provided here : https://stripe.com/docs/payments/3d-secure#three-ds-cards
We use the confirmCardSetup method to show 3DS flow after user type CB infos
Which of those test cards are you using?
Some of them always require 3DS to be completed. That behavior is intentional, because the way this flow works is that we request an exemption for subsequent payments if a card was fully set up and authenticated initially. However, it is up to the issuing bank to decide whether they honor that exemption, and if they don't then a payment still require 3DS even if a challenge was completed previously.
We use first one
And the second one
Is there a way to test the flow : 3DS ask when user type CB info and after payment intent succeeded ?
Gotcha, so if you want to test the flow where 3DS isn't prompted on returning payments, then you'll want to use these test cards:
https://stripe.com/docs/testing#authentication-and-setup
Ok thanks, I think it will be good to add this link in this page : https://stripe.com/docs/payments/3d-secure#three-ds-cards
Thank you for the suggestion, I'll take a closer look at the documentation and relay that feedback to our teams.