#uh oh
1 messages · Page 1 of 1 (latest)
Yes confirming a setup intent can lead to a 3DS request from the bank
And yes subsequent payment intents on that same card may get a 3DS request though it is much less likely. The bank is the ultimate decider on whether to ask for 3DS
This is why we recommend starting with a payment intent if you intent to charge immediately. If you do a setup intent and then a payment intent there is always a chance of getting 3DS twice
If we start with a payment intent and it requires 3DS, it might be possible still that the subsequent payment intents still require 3DS though, right?
Correct, it is always possible, completely up to the bank
So your integration should be ready to react to that request for any payment intent
Alright, thanks!