#Pawel-K-risk score
1 messages · Page 1 of 1 (latest)
👋 happy to help
you'd have to look into the charges.data list in the PaymentIntent object https://stripe.com/docs/api/payment_intents/object#payment_intent_object-charges-data
and find the outcome.risk_score on each charge
https://stripe.com/docs/api/charges/object#charge_object-outcome-risk_score
thats awesome
#Stripe::StripeObject:0x2b28c0fbf234 JSON: {
"network_status": "approved_by_network",
"reason": null,
"risk_level": "normal",
"seller_message": "Payment complete.",
"type": "authorized"
}
but somehow i dont see the risk_score here
just the risk_level
why is that ?
sorry but this field is only available with Radar for Fraud Teams
What would i need to do to have that field there too ?
you'd have to sign up for a paid service https://stripe.com/radar
me or the connected customer ?
are you doing Direct or Destination Charges?