# Adds deactivation event notifications for Financial Connections accounts and authorizations

## What’s new

Adds four new [Financial Connections](https://docs.stripe.com/financial-connections.md) 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](https://docs.stripe.com/api/events/types.md?api-version=2026-07-29.dahlia#event_types-financial_connections.account.expected_deactivation_date_updated): Sent when the expected deactivation date on a Financial Connections [Account](https://docs.stripe.com/api/financial_connections/accounts.md?api-version=2026-07-29.dahlia) is set or updated. The event payload contains the updated Account object.
- [financial_connections.account.upcoming_deactivation](https://docs.stripe.com/api/events/types.md?api-version=2026-07-29.dahlia#event_types-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](https://docs.stripe.com/api/events/types.md?api-version=2026-07-29.dahlia#event_types-financial_connections.authorization.expected_deactivation_date_updated): Sent when the expected deactivation date on a Financial Connections [Authorization](https://docs.stripe.com/api/financial_connections/authorizations.md?api-version=2026-07-29.dahlia) is set or updated. The event payload contains the updated Authorization object.
- [financial_connections.authorization.upcoming_deactivation](https://docs.stripe.com/api/events/types.md?api-version=2026-07-29.dahlia#event_types-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](https://docs.stripe.com/financial-connections/inactive-accounts.md).

## Changes

#### REST API

|  | Change | Resource |
| --- | --- | --- |
|  | Added | [FinancialConnections.Authorization](/api/financial_connections/authorizations/object?api-version=2026-07-29.dahlia#financial_connections_authorization_object) |

| 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](/api/events/object?api-version=2026-07-29.dahlia#event_object-type), [WebhookEndpoint#update.enabled_events](/api/webhook_endpoints/update?api-version=2026-07-29.dahlia#update_webhook_endpoint-enabled_events), [WebhookEndpoint#create.enabled_events](/api/webhook_endpoints/create?api-version=2026-07-29.dahlia#create_webhook_endpoint-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` |

#### Ruby

|  | Change | Resource |
| --- | --- | --- |
|  | Added | [FinancialConnections::Authorization](/api/financial_connections/authorizations/object?api-version=2026-07-29.dahlia#financial_connections_authorization_object) |

#### Python

|  | Change | Resource |
| --- | --- | --- |
|  | Added | [financial_connections.Authorization](/api/financial_connections/authorizations/object?api-version=2026-07-29.dahlia#financial_connections_authorization_object) |

| 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](/api/events/object?api-version=2026-07-29.dahlia#event_object-type), [WebhookEndpointModifyParams.enabled_events](/api/webhook_endpoints/update?api-version=2026-07-29.dahlia#update_webhook_endpoint-enabled_events), [WebhookEndpointCreateParams.enabled_events](/api/webhook_endpoints/create?api-version=2026-07-29.dahlia#create_webhook_endpoint-enabled_events) |

|  | Change | Event types |
| --- | --- | --- |
| `financial_connections.account.expected_deactivation_date_updated`, `financial_connections.account.upcoming_deactivation` | Added | `financial_connections.Account` |
| `financial_connections.authorization.expected_deactivation_date_updated`, `financial_connections.authorization.upcoming_deactivation` | Added | `financial_connections.Authorization` |

#### PHP

|  | Change | Resource |
| --- | --- | --- |
|  | Added | [FinancialConnections.Authorization](/api/financial_connections/authorizations/object?api-version=2026-07-29.dahlia#financial_connections_authorization_object) |

| Values | Change | Enum |
| --- | --- | --- |
| `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](/api/events/object?api-version=2026-07-29.dahlia#event_object-type) |

|  | 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` |

#### Java

|  | Change | Resource |
| --- | --- | --- |
|  | Added | [financialconnections.Authorization](/api/financial_connections/authorizations/object?api-version=2026-07-29.dahlia#financial_connections_authorization_object) |

| 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 | [WebhookEndpointUpdateParams.enabledEvents](/api/webhook_endpoints/update?api-version=2026-07-29.dahlia#update_webhook_endpoint-enabledEvents), [WebhookEndpointCreateParams.enabledEvents](/api/webhook_endpoints/create?api-version=2026-07-29.dahlia#create_webhook_endpoint-enabledEvents) |

|  | 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` |

#### Node.js

|  | Change | Resource |
| --- | --- | --- |
|  | Added | [FinancialConnections.Authorization](/api/financial_connections/authorizations/object?api-version=2026-07-29.dahlia#financial_connections_authorization_object) |

| 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](/api/events/object?api-version=2026-07-29.dahlia#event_object-type), [WebhookEndpointUpdateParams.enabled_events](/api/webhook_endpoints/update?api-version=2026-07-29.dahlia#update_webhook_endpoint-enabled_events), [WebhookEndpointCreateParams.enabled_events](/api/webhook_endpoints/create?api-version=2026-07-29.dahlia#create_webhook_endpoint-enabled_events) |

|  | Change | Event types |
| --- | --- | --- |
| `FinancialConnectionsAccountExpectedDeactivationDateUpdatedEvent`, `FinancialConnectionsAccountUpcomingDeactivationEvent` | Added | `FinancialConnections.Account` |
| `FinancialConnectionsAuthorizationExpectedDeactivationDateUpdatedEvent`, `FinancialConnectionsAuthorizationUpcomingDeactivationEvent` | Added | `FinancialConnections.Authorization` |

#### Go

|  | Change | Resource |
| --- | --- | --- |
|  | Added | [FinancialConnectionsAuthorization](/api/financial_connections/authorizations/object?api-version=2026-07-29.dahlia#financial_connections_authorization_object) |

| Values | Change | Enum |
| --- | --- | --- |
| `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](/api/events/object?api-version=2026-07-29.dahlia#event_object-Type) |

|  | Change | Event types |
| --- | --- | --- |
| `EventTypeFinancialConnectionsAccountExpectedDeactivationDateUpdated`, `EventTypeFinancialConnectionsAccountUpcomingDeactivation` | Added | `FinancialConnectionsAccount` |
| `EventTypeFinancialConnectionsAuthorizationExpectedDeactivationDateUpdated`, `EventTypeFinancialConnectionsAuthorizationUpcomingDeactivation` | Added | `FinancialConnectionsAuthorization` |

#### .NET

|  | Change | Resource |
| --- | --- | --- |
|  | Added | [FinancialConnections.Authorization](/api/financial_connections/authorizations/object?api-version=2026-07-29.dahlia#financial_connections_authorization_object) |

|  | Change | Event types |
| --- | --- | --- |
| `FinancialConnectionsAccountExpectedDeactivationDateUpdated`, `FinancialConnectionsAccountUpcomingDeactivation` | Added | `FinancialConnections.Account` |
| `FinancialConnectionsAuthorizationExpectedDeactivationDateUpdated`, `FinancialConnectionsAuthorizationUpcomingDeactivation` | Added | `FinancialConnections.Authorization` |

## Upgrade

#### REST API

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) 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](https://docs.stripe.com/api/versioning.md) to include `Stripe-Version: 2026-07-29.dahlia`
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Ruby

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Ruby SDK to the latest version.
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Python

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Python SDK to the latest version.
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### PHP

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your PHP SDK to the latest version.
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Java

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Java SDK to the latest version.
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Node.js

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Node SDK to the latest version.
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### Go

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your Go SDK to the latest version.
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

#### .NET

1. [View your current API version](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench) in Workbench.
2. Upgrade your .NET SDK to the latest version.
3. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
4. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
5. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
6. In Workbench, [perform the upgrade](https://docs.stripe.com/upgrades.md#perform-the-upgrade). You can [roll back the version](https://docs.stripe.com/upgrades.md#roll-back-your-api-version) for 72 hours.

Learn more about [Stripe API upgrades](https://docs.stripe.com/upgrades.md).

## Related changes

- [Adds explicit session configuration options for Financial Connections](https://docs.stripe.com/changelog/dahlia/2026-07-29/financial-connections-advanced-session-config.md)
