Updates risk levels for Issuing Authorizations to use standard valuesBreaking changes
What’s new
To be consistent with other Stripe APIs, we renamed the risk levels for Issuing Authorizations to the following standard values:
unknown
not_
assessed low
normal
elevated
highest
Why is this a breaking change?
This change renames existing enum values for risk levels and introduces new values to match other Stripe APIs. Referencing the previous enum values in your integration or failing to handle the new values might affect risk evaluation accuracy.
Impact
You must support these new enum values, and remove use of the previous values.
- The risk_assessment.merchant_dispute_risk.risk_level field adds
low
as a new value and replaceshigh
withhighest
. - The risk_assessment.card_testing_risk.risk_level field adds
low
as a new value. Existing authorizations with this field set tohigh
will now show aselevated
risk level.