RyzeDeskRyzeDesk

Stripe

4105 articles

Creates Issuing authorisations when Stripe is unavailable


Creates Issuing authorisations when Stripe is unavailable

What’s new

Creates Issuing authorizations when the card network responds on Stripe’s behalf because Stripe is unavailable. For backwards compatibility, network-approved authorisations have a request_history.reason value of card_active, while network-declined authorisations have a webhook_error value. These authorisations trigger issuing_authorization.created webhook events. Depending on the failure mode, Stripe might also send an issuing_authorization.request webhook event.

Impact

This change reveals what the cardholder experienced, in case the card network can’t contact Stripe because of a Stripe error or outage.

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: 2024-12-18. acacia
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?