RyzeDeskRyzeDesk

Stripe

4105 articles

Adds deactivation event notifications for Financial Connections accounts and authorisations


Adds deactivation event notifications for Financial Connections accounts and authorisations

What’s new

Adds four new Financial Connections Webhook events that notify you when a linked account or authorisation is approaching or has received a scheduled deactivation date:

  • financial_connections.account.expected_deactivation_date_updated : Sent when the expected deactivation date on a Financial Connections Account is set or updated. The event payload contains the updated Account object.
  • financial_connections.account.upcoming_deactivation : Sent 30 days before a Financial Connections Account is expected to become inactive . The event payload contains the relevant Account object.
  • financial_connections.authorization.expected_deactivation_date_updated : Sent when the expected deactivation date on a Financial Connections Authorisation is set or updated. The event payload contains the updated Authorisation object.
  • financial_connections.authorization.upcoming_deactivation : Sent 30 days before a Financial Connections Authorisation is expected to become inactive . The event payload contains the relevant Authorisation object.

Impact

You can now subscribe to these webhooks to receive advance warning before a Financial Connections Account or Authorization is deactivated. This lets you prepare for these events – for example, by asking users to reauthenticate their accounts to avoid interruptions in data access. To learn more, see Manage inactive Financial Connections accounts.

Changes

ChangeResource
AddedFinancialConnections. Authorization
ValuesChangeEnums
financial_connections. account. expected_deactivation_date_updated financial_connections. account. upcoming_deactivation financial_connections. authorization. expected_deactivation_date_updated financial_connections. authorization. upcoming_deactivationAddedEvent. type WebhookEndpoint#update. enabled_events WebhookEndpoint#create. enabled_events
ChangeEvent types
financial_connections. account. expected_deactivation_date_updated financial_connections. account. upcoming_deactivationAddedFinancialConnections.Account
financial_connections. authorization. expected_deactivation_date_updated financial_connections. authorization. upcoming_deactivationAddedFinancialConnections.Authorization

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: 2026-07-29. dahlia
  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?