#zse-radar
1 messages · Page 1 of 1 (latest)
Thanks.
You're using Radar for Fraud Teams, correct?
Yes.
As far as I can tell there's no way to check the risk sore of a payment that failed 3DS Secure (at least not through the API) because there's no Charge being created in that scenario
But radar allows using the risk score in 3d secure evaluation hmm
i mean i can manually see the details in the dashboard logs that determine the risk score
Stripe is also doing a $0 card authorization before requesting 3d secure
which seems to tell stripe if address/csv is valid
such as if they pasted card number etc
I'd suggest writing into support (https://support.stripe.com/contact) if you have more questions on the details of Radar, but let me also give some more context. Yes, we're sometimes doing a $0 card authorization before requesting 3D secure but that is only happening sometimes (not always). There's also no way for you (as the user) to retrieve the results of the $0 auth charge (which is what I assume you're trying to get so you can get the risk_score). Support will be able to see if there's any other options that may fit what you need
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.
Does the API provide the risk_score at all?
Yes, we're sometimes doing a $0 card authorization before requesting 3D secure but that is only happening sometimes (not always)
This actually happens almost every time with Stripe invoices even if 3D secure was requested or not. It doesn't happen with Stripe checkout every-time though.
Yes, you can get risk_score on the Charge (https://stripe.com/docs/api/charges/object#charge_object-outcome-risk_score)
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
3D secure is also never requested for those $0 charges and the radar 3D secure rules are actually optional and disabled by default for invoices as-well due to a setting in the stripe account settings so that might be why they don't act the same.
Yeah it sounds like you have a more compliated radar setup than most folks - definitely talk with support to see what else they can recommend