#jainnikesh
1 messages · Page 1 of 1 (latest)
Hi there, you can the answer here https://stripe.com/en-gb-sg/guides/3d-secure-2#whats-different-with-3d-secure-2
documents says that in some point we do not require user interaction while debit
is that correct ?
That's the case for frictionless 3DS2.
so that is not guarantee that this always go without OTP
No guarantee
so is there any way that it will go without that ?
No I'm afraid.
we have implemented kind of subscription flow
that debit amount from card every month
now we can not wait or disturb user every month
The card issuer decides whether a 3DS is required for a transaction, and your integration should be ready to handle it.
https://dashboard.stripe.com/settings/billing/automatic there's a Manage payments that require confirmation option here, you can enable it and let Stripe to send an email to your customer to confirm the payment
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
It's entirely up to you, and you do both if you want.
got it