#Cheelin

1 messages · Page 1 of 1 (latest)

silver badgerBOT
gentle oxide
#

Hi there
If you set that property to automatic, then you'll rely on Stripe SCA Engine to automatically prompt your customers for authentication based on risk level and other requirements.
https://stripe.com/docs/api/payment_intents/create#create_payment_intent-payment_method_options-card-request_three_d_secure
https://stripe.com/docs/strong-customer-authentication
If you want to trigger 3ds for every transaction meets SCA requirement then you need to set that property to any. However we strongly recommend to use automatic.