I need to test the risk_level in an application and currently fake stripe does not contain this data in a response. https://stripe.com/docs/api#charges shows an outcome key at the root that contains the risk_level value.
I simply used the values provided in the example on Stripe's site.
I need to test the
risk_level
in an application and currently fake stripe does not contain this data in a response. https://stripe.com/docs/api#charges shows anoutcome
key at the root that contains therisk_level
value.I simply used the values provided in the example on Stripe's site.