Scope
How to enforce the 3DS challenge for Stripe gateway?
Summary
The merchant's ask is to force 3ds authentication (challenge flow) throughout. There are env props for other gateways such as Cyber source, and Braintree. Similarly, the question here is, how to enforce challenge flow for Stripe.
Clarification
3DS is a security protocol used to authenticate users. This provides an extra layer of protection for payment card transactions in card-not-present scenarios. Yes, Stripe supports the 3D Secure challenge flow. Currently, we don't have any env prop to enforce 3ds for stripe.
Stripe has a Radar rule option in their panel to enforce 3ds. Please refer to these Rules. If the merchant will enable it in the Stripe panel, then it should work.