#melarts
1 messages · Page 1 of 1 (latest)
Hi there
Are you using an off_session PaymentIntent with that card?
Do you have a request ID that you can provide for the decline?
Yes for the first question
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
So 3DS can't be completed when a Customer is off_session so it will just decline immediately.
Can you tell me what you are trying to do here?
alright!
Our testers were trying to test theses cards 🙂 But in live mode they will work ask expected ?
the 3DS
Well yes. This is the expected behavior in live mode. If you try to charge a Customer off_session and the issuer requires 3DS then the Charge will be declined
You mostly want to be testing 3DS with 4000002500003155
That card tests to ensure you set up the card correctly the first time so that it can be used off_session in the future without requiring 3DS again
See: https://stripe.com/docs/testing?locale=en-EN&testing-method=card-numbers#authentication-and-setup
alright thanks!