#partizan_s
1 messages · Page 1 of 1 (latest)
You are using Checkout Session to collect payment infromation, so there's nothing to do on your end.
so this is stripe or bank problem?
The user enter their payment details on the Checkout Session, submit the form, then there may be a 3DS flow triggered that the end user will have to go though.
Here the user failed the challenge, so they should have been automatically asked to retry on the Checkout page.
code: "setup_intent_authentication_failure",
doc_url: "https://stripe.com/docs/error-codes/setup-intent-authentication-failure",
message: "Captcha challenge failed. Try again with a different payment method.",
May be you know? How i can reproduce this case on test mode?
Try with a test card that requires 3DS, and then fail the 3DS challenge. https://stripe.com/docs/testing#three-ds-cards
cool. thank you mate!