#Pk789-sca
1 messages · Page 1 of 1 (latest)
I know in certain cases stripe will allow and exemption on a payment, for example if it is under 30 euros and the bank may accept this exemption and thus the customer will not have to do any additional authentication and the payment will be "frictionless". But what I want is regardless of the amount or risk, I want the customer to always undergo an additional authentication step even under the 3DSecure 2 scheme. Would there be away to disable stripe's in-built exemption system? Or maybe force it through the rules in the Radar for fraud feature
Yep, you can force 3DS if the card supports it regardless of if it's requested with Radar
Through what means would you go about this, please?
Sign in to the Stripe Dashboard to manage business payments and operations in your account. Manage payments and refunds, respond to disputes and more.
Can also set it via the API on a per transaction basis: https://stripe.com/docs/payments/3d-secure#manual-three-ds
Thanks
np!