#kencoca
1 messages · Page 1 of 1 (latest)
Hi 👋 I'd recommend starting here:
https://docs.stripe.com/payments/3d-secure/authentication-flow#manual-three-ds
but let me know if you've already tried that and it isn't doing what you're hoping.
Thank you, let me try this
From the document, I found the key that will require the 3DS from the user
payment_method_options.card.request_three_d_secure
but I'm not very clear about the possible enum values any and challenge
Please help to explain more on this
Did you look at the explanation of those in our API reference and have questions about those descriptions?
https://docs.stripe.com/api/payment_intents/create#create_payment_intent-payment_method_options-card-request_three_d_secure
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes I did, but I am not very clear about the usage of these options
For my case, I want the user to enter the OTP code, or event zip code... , so which option I should use?
I don't know what you mean by "event zip code". If you want the user to complete an authentication challenge, it sounds like you want challenge. any would give a preference towards frictionless authentication flows (no challenge).
I see. Thanks for your advise.