#bilalahmer
1 messages · Page 1 of 1 (latest)
Whether the payment should perform 3DS is determined by card issuing bank, not on a customer
It's possible that the same card requires 3DS this time, but not next time
It's up to the card issuing bank to decide
Ok, I missed few off session payments last week due to 3DS so wanted to make sure if there is anything from our side we can do .
I see! You may search the Payment Intents that is still requires_action status to determine whether there is pending action to be completed.
There is not no. 3DS can be requested on any payment, no way to know for sure
We have APIs that can optimise payments to reduce 3DS/auth requests, but no way to prevent them
Okay great, So how can we optimise payments to reduce 3DS/auth requests ?
It depends, what kind of payments are you processing?
off-session .
Is there an initial on-session payment? Or are you just collecting payment details to setup the future payments?
There can be on-session payment also but mostly off-session.
That's a guide to collect payment information from customers to save and optimise for future off-session payments
Then your flow is already optimed to reduce 3DS for off-session payments
You just need to handle requires_action scenarios to bring users back on-session to complete authentication
Got it, one more question like if we send them an email to authenticate themselves but how would they do that ? Do we need to send them anything specific ?
You can confiure our emails to be sent when a payment requires 3DS
So it will send emails automatically to only those users who reqiure _action or any users who's payment got failed for any other reason ?
Just for payments that require auth/3DS. But you can configure other emails for other failed payments (like if the card has expired): https://dashboard.stripe.com/settings/billing/automatic
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Do we have to pay any extra for this email service ?