#jason02012023
1 messages · Page 1 of 1 (latest)
This comes from the issuer and you can see the result in the charge object if you want to inspect what happened:
https://stripe.com/docs/api/charges/object#charge_object-payment_method_details-card-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.
Which field in the charge object are you referring to?
payment_method_details.card.three_d_secure which has supported and result eg
Do you mean payment_method_details.card.three_d_secure.result?
Which has enum values authenticated, attempt_acknowledged, exempted, not_supported, and failed
Right, that's the result afterward
And sorry supported is here and should be available ahead of time: https://stripe.com/docs/api/payment_methods/object#payment_method_object-card-three_d_secure_usage-supported
But for help with those default radar rules I'd suggest working with our support team: https://support.stripe.com/contact
Find help and support for Stripe. Our support center provides answers on all types of situations, including account information, charges and refunds, and subscriptions information. Get your questions answered and find international support for Stripe.
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.