#nguyenxuanloc

1 messages · Page 1 of 1 (latest)

cosmic lintelBOT
burnt wigeon
#

Normally you don't. Our SCA engine will decide to request 3DS if it's needed. It's important because if you request 3DS for unnecessary case it would hurt your conversion rate

#

If you want to completely trigger 3DS manually then there is https://stripe.com/docs/api/subscriptions/create#create_subscription-payment_settings-payment_method_options-card-request_three_d_secure but as its explanation:

We strongly recommend that you **rely on our SCA Engine to automatically prompt your customers for authentication **based on risk level and other requirements. However, if you wish to request 3D Secure based on logic from your own fraud engine, provide this option. Read our guide on manually requesting 3D Secure for more information on how this configuration interacts with Radar and our SCA Engine.

marble cipher
burnt wigeon
#

We need more details and clarification on that. What and how exactly they "add card to stripe" and what error specifically

marble cipher
#

Okay so when customer add card information, we call stripe api to create new payment_method, but we get an error with error_code: do_not_honor.

burnt wigeon
cosmic lintelBOT