#8llow
1 messages · Page 1 of 1 (latest)
Hi there!
That's expected. As mentioned here https://stripe.com/docs/testing#3d-secure-mobile-challenge-flows
40000000003220
3D Secure 2 authentication must be completed on all transactions. Triggers the challenge flow with Out of Band UI.
We have many tests cards, and they are all listed on https://stripe.com/docs/testing
How do we test the 3DS2 in this case?
What do you mean? What do you want to test exactly?
The only 3DS2 test card requires systematic authentication, which is not a normal behavior.
I need to test that we have properly configured the payment method for future use without systematic authentication.
I need to test that we have properly configured the payment method for future use without systematic authentication.
You can never be sure of this. The bank, at any time, may request 3DS. So you'll need to handle the case of 3DS requested on a recurring payment. We have some settings in the Stripe dashboard to help with this:
All right, I understand. I would still have liked a card to test the 3DS2 without having systematic authentication like the 4000002500003155 card but never mind.
In any case, you are right, only the bank can decide, so we have to take the case in question.
Thanks you for your help
Happy to help 🙂