# Adds support for Azure Event Grid as an event destination

## What’s new

Adds the `azure_event_grid` value to the [type](https://docs.stripe.com/api/v2/core/event-destinations/object.md?api-version=2026-04-22.dahlia#v2_event_destination_object-type) enum for [event destinations](https://docs.stripe.com/event-destinations.md). When [creating an event destination](https://docs.stripe.com/api/v2/core/event-destinations/create.md?api-version=2026-04-22.dahlia) with this type, you can specify Azure Event Grid configuration details using the [azure_event_grid](https://docs.stripe.com/api/v2/core/event-destinations/object.md?api-version=2026-04-22.dahlia#v2_event_destination_object-azure_event_grid) parameter.

## Impact

You can now use [Azure Event Grid](https://docs.stripe.com/event-destinations/eventgrid.md) as an event destination to send Stripe events directly to your Azure infrastructure.

## Changes

#### REST API

| Parameter          | Change | Resources or endpoints                                                                                                                                                                                    |
| ------------------ | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `azure_event_grid` | Added  | [V2.Core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-04-22.dahlia), [V2.Core.EventDestination#create](/api/v2/core/event-destinations/create?api-version=2026-04-22.dahlia) |

| Values                          | Change | Enums                                                                                                                                                                                                               |
| ------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `no_azure_partner_topic_exists` | Added  | [V2.Core.EventDestination.status_details.disabled](/api/v2/core/event-destinations/object-status_details-disabled-reason?api-version=2026-04-22.dahlia)                                                             |
| `azure_event_grid`              | Added  | [V2.Core.EventDestination](/api/v2/core/event-destinations/object-type?api-version=2026-04-22.dahlia), [V2.Core.EventDestination#create](/api/v2/core/event-destinations/object-type?api-version=2026-04-22.dahlia) |

#### Ruby

| Parameter          | Change | Resources or methods                                                                                                                                                                                               |
| ------------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `azure_event_grid` | Added  | [V2::Core::EventDestination](/api/v2/core/event-destinations/object?api-version=2026-04-22.dahlia), [V2::Core::EventDestinationCreateParams](/api/v2/core/event-destinations/create?api-version=2026-04-22.dahlia) |

#### Python

| Parameter          | Change | Resources or methods                                                                                                                                                                                           |
| ------------------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `azure_event_grid` | Added  | [V2.Core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-04-22.dahlia), [v2.core.EventDestinationCreateParams](/api/v2/core/event-destinations/create?api-version=2026-04-22.dahlia) |

| Values                          | Change | Enums                                                                                                                                                                                                                    |
| ------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `no_azure_partner_topic_exists` | Added  | [V2.Core.EventDestination.StatusDetail.Disabled](/api/v2/core/event-destinations/object-status_details-disabled-reason?api-version=2026-04-22.dahlia)                                                                    |
| `azure_event_grid`              | Added  | [V2.Core.EventDestination](/api/v2/core/event-destinations/object-type?api-version=2026-04-22.dahlia), [v2.core.EventDestinationCreateParams](/api/v2/core/event-destinations/object-type?api-version=2026-04-22.dahlia) |

#### PHP

| Parameter          | Change | Resources or methods                                                                                                                                                                                                |
| ------------------ | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `azure_event_grid` | Added  | [V2.Core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-04-22.dahlia), [V2\Core\EventDestination.create().$params](/api/v2/core/event-destinations/create?api-version=2026-04-22.dahlia) |

| Values                          | Change | Enums                                                                                                                                                   |
| ------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `no_azure_partner_topic_exists` | Added  | [V2.Core.EventDestination.status_details.disabled](/api/v2/core/event-destinations/object-status_details-disabled-reason?api-version=2026-04-22.dahlia) |
| `azure_event_grid`              | Added  | [V2.Core.EventDestination](/api/v2/core/event-destinations/object-type?api-version=2026-04-22.dahlia)                                                   |

#### Java

| Parameter        | Change | Resources or methods                                                                                                                                                                                           |
| ---------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `azureEventGrid` | Added  | [v2.core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-04-22.dahlia), [v2.core.EventDestinationCreateParams](/api/v2/core/event-destinations/create?api-version=2026-04-22.dahlia) |

| Value              | Change | Enum                                                                                                              |
| ------------------ | ------ | ----------------------------------------------------------------------------------------------------------------- |
| `azure_event_grid` | Added  | [v2.core.EventDestinationCreateParams](/api/v2/core/event-destinations/create-type?api-version=2026-04-22.dahlia) |

#### Node.js

| Parameter          | Change | Resources or methods                                                                                                                                                                                           |
| ------------------ | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `azure_event_grid` | Added  | [V2.Core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-04-22.dahlia), [V2.Core.EventDestinationCreateParams](/api/v2/core/event-destinations/create?api-version=2026-04-22.dahlia) |

| Values                          | Change | Enums                                                                                                                                                                                                                    |
| ------------------------------- | ------ | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| `no_azure_partner_topic_exists` | Added  | [V2.Core.EventDestination.status_details.disabled](/api/v2/core/event-destinations/object-status_details-disabled-reason?api-version=2026-04-22.dahlia)                                                                  |
| `azure_event_grid`              | Added  | [V2.Core.EventDestination](/api/v2/core/event-destinations/object-type?api-version=2026-04-22.dahlia), [V2.Core.EventDestinationCreateParams](/api/v2/core/event-destinations/object-type?api-version=2026-04-22.dahlia) |

#### Go

| Parameter        | Change | Resources or methods                                                                                                                                                                                 |
| ---------------- | ------ | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AzureEventGrid` | Added  | [V2CoreEventDestination](/api/v2/core/event-destinations/object?api-version=2026-04-22.dahlia), [V2CoreEventDestinationParams](/api/v2/core/event-destinations/create?api-version=2026-04-22.dahlia) |

| Values                          | Change | Enums                                                                                                                                              |
| ------------------------------- | ------ | -------------------------------------------------------------------------------------------------------------------------------------------------- |
| `no_azure_partner_topic_exists` | Added  | [V2CoreEventDestinationStatusDetailsDisabled](/api/v2/core/event-destinations/object-status_details-disabled-Reason?api-version=2026-04-22.dahlia) |
| `azure_event_grid`              | Added  | [V2CoreEventDestination](/api/v2/core/event-destinations/object-Type?api-version=2026-04-22.dahlia)                                                |

#### .NET

| Parameter        | Change | Resources or methods                                                                                                                                                                                            |
| ---------------- | ------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `AzureEventGrid` | Added  | [V2.Core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-04-22.dahlia), [V2.Core.EventDestinationCreateOptions](/api/v2/core/event-destinations/create?api-version=2026-04-22.dahlia) |

## 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.
1. 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-04-22.dahlia`
1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
1. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
1. 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.
1. Upgrade your Ruby SDK to the latest version.
1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
1. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
1. 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.
1. Upgrade your Python SDK to the latest version.
1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
1. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
1. 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.
1. Upgrade your PHP SDK to the latest version.
1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
1. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
1. 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.
1. Upgrade your Java SDK to the latest version.
1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
1. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
1. 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.
1. Upgrade your Node SDK to the latest version.
1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
1. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
1. 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.
1. Upgrade your Go SDK to the latest version.
1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
1. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
1. 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.
1. Upgrade your .NET SDK to the latest version.
1. Upgrade the API version used for [webhook endpoints](https://docs.stripe.com/webhooks/versioning.md).
1. [Test your integration](https://docs.stripe.com/testing.md) against the new version.
1. If you use Connect, [test your Connect integration](https://docs.stripe.com/connect/testing.md).
1. 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).
