Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Adds deactivation event notifications for Financial Connections accounts and authorizations


Adds deactivation event notifications for Financial Connections accounts and authorizations

What’s new

Adds four new Financial Connections webhook events that notify you when a linked account or authorization 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 Authorization is set or updated. The event payload contains the updated Authorization object.
  • financial_connections.authorization.upcoming_deactivation : Sent 30 days before a Financial Connections Authorization is expected to become inactive . The event payload contains the relevant Authorization 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 .
  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?