Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds reason code for Issuing authorizations created while Stripe is unavailable


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

ValueChangeEnum
network_fallbackAddedIssuing. Authorization. request_history[]. reason

Upgrade

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?