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
| Change | Resource | |
|---|---|---|
| Added | FinancialConnections. Authorization | |
| Values | Change | Enums |
| financial_connections. account. expected_deactivation_date_updated financial_connections. account. upcoming_deactivation financial_connections. authorization. expected_deactivation_date_updated financial_connections. authorization. upcoming_deactivation | Added | Event. type WebhookEndpoint#update. enabled_events WebhookEndpoint#create. enabled_events |
| Change | Event types | |
| financial_connections. account. expected_deactivation_date_updated financial_connections. account. upcoming_deactivation | Added | FinancialConnections.Account |
| financial_connections. authorization. expected_deactivation_date_updated financial_connections. authorization. upcoming_deactivation | Added | FinancialConnections.Authorization |
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: 2026-07-29. dahlia
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.