#D365 Developer
1 messages · Page 1 of 1 (latest)
could you elaborate on what this "risk evaluation parameter" is?
Need to retreive risk evaluation value of payment intent. But i am not able to find out that parameter in json payload.
that didn't really help unfortunately. What is this parameter, where have you read about it, can you share an example of what is it
that value is https://stripe.com/docs/api/charges/object#charge_object-outcome-risk_score on the Charge object
the PaymentIntent has a LatestCharge field, you can retrieve that Charge object from its ID, and then look at the charge.Outcome.