発行オーソリのリスクレベル列挙値の名前を変更します互換性に関わる変更
新機能
To be consistent with other Stripe APIs, we renamed the risk levels for Issuing Authorizations to the following standard values:
不明
not_
assessed 低い
normal
上昇傾向
極めて高い
この変更により互換性が失われる理由
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.
影響
これらの新しい列挙値をサポートし、以前の値の使用を削除する必要があります。
- risk_assessment.merchant_dispute_risk.risk_level フィールドは、新しい値として
low
を追加し、high
をhighest
に置き換えます。 - risk_assessment.card_testing_risk.risk_level フィールドには、新しい値として
low
が追加されます。このフィールドをhigh
に設定している既存の Authorization は、elevated
リスクレベルとして表示されます。