Breaking changes
Adds reason code for Issuing authorizations created while Stripe is unavailable Breaking changes
What’s new
Adds network_fallback as an option for the Issuing authorization object’s request_history.reason.
Why is this a breaking change?
Some users might be expecting a fixed set of options for the Issuing authorization object’s request_history.reason property. Update your code to expect this new option.
Impact
You can now identify Issuing authorizations handled by the network when Stripe is unavailable.
Changes
| Value | Change | Enum |
|---|---|---|
| network_fallback | Added | Issuing. Authorization. request_history[]. reason |
Upgrade
- View your current API version in Workbench.
- If you use an SDK, upgrade to the corresponding SDK version for this API version.
- If you don’t use an SDK, update your API requests to include Stripe-Version: 2025-03-31. basil
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
