Public preview
Adds support for Azure Event Grid as an event destination Public preview
What’s new
Stripe now supports Azure Event Grid as an event destination type.
This release adds the azure_event_grid value to the type enum for event destinations. When creating an event destination with this type, you can specify Azure Event Grid configuration details using the azure_event_grid parameter.
Impact
You can now send Stripe events directly to Azure using Azure Event Grid as a new type of destination.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| azure_event_grid | Added | V2. Core. EventDestination V2. Core. EventDestination#create |
| Values | Change | Enums |
| no_azure_partner_topic_exists | Added | V2. Core. EventDestination. status_details. disabled |
| azure_event_grid | Added | V2. Core. EventDestination V2. Core. EventDestination#create |
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-03-25. preview
- 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.
