#Mohammmed-auth-3ds
1 messages · Page 1 of 1 (latest)
Hello 👋
As far as I know, when you place a hold/authorize that's when 3DS is checked when using auth and capture flow
https://stripe.com/docs/payments/place-a-hold-on-a-payment-method
However, I haven't personally tested this so I'd recommend doing that to be 100% certain
there's a test card that triggers 3DS every time
yep I am testing it , I can't create payment intent and authorize the payment if the the card force auth for each transaction which can be very unblessing
because I can't know if this card always require or it's just one than I can use in the system
what card are you using to test your flow? We have some test cards here for this use-case
https://stripe.com/docs/testing#regulatory-cards
4000002760003184
this one
this is a payment intent id: pi_3LNdwTBZmWAkNUab0LsArZzX
You're creating an off-session charge though
In order to place a hold, you need to set capture_method to manual
and when I capture will ask to auth or on hold?