# イベントのデスティネーションとして Azure Event Grid への対応を追加 ## 新機能 [event destinations](https://docs.stripe.com/event-destinations.md) の [type](https://docs.stripe.com/api/v2/core/event-destinations/object.md?api-version=2026-04-22.dahlia#v2_event_destination_object-type) 列挙に `azure_event_grid` 値が追加されました。このタイプで[event destination を作成](https://docs.stripe.com/api/v2/core/event-destinations/create.md?api-version=2026-04-22.dahlia)する際には、[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) パラメーターを使用して Azure Event Grid の詳細設定が可能になります。 ## 影響 [Azure Event Grid](https://docs.stripe.com/event-destinations/eventgrid.md) をイベント送信先として使用し、Stripe イベントを Azure インフラストラクチャに直接送信できるようになりました。 ## 変更点 #### 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) | ## アップグレード #### REST API 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. SDK を使用している場合は、この API バージョンに対応する SDK バージョンにアップグレードします。 - SDK を使用していない場合は、`Stripe-Version: 2026-04-22.dahlia` を含めるように [API リクエスト](https://docs.stripe.com/api/versioning.md)を更新してください。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Ruby 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Ruby SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Python 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Python SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### PHP 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. PHP SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Java 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Java SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Node.js 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Node SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### Go 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. Go SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。 #### .NET 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 1. .NET SDK を 最新バージョンにアップグレードします。 1. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 1. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 1. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 1. Workbench で[アップグレードを実行](https://docs.stripe.com/upgrades.md#perform-the-upgrade)します。[バージョンをロールバック](https://docs.stripe.com/upgrades.md#roll-back-your-api-version)できるのは 72 時間以内です。 [Stripe API のアップグレード](https://docs.stripe.com/upgrades.md)について、詳細をご確認ください。