# イベントのデスティネーションとして Azure Event Grid への対応を追加 ## 新機能 Stripe は、[イベントのデスティネーション](https://docs.stripe.com/event-destinations.md?api-version=2026-03-25.preview) タイプとして[Azure Event Grid](https://docs.microsoft.com/en-us/azure/event-grid/)をサポートするようになりました。 今回のリリースでは、イベントの送信先の列挙[型](https://docs.stripe.com/api/v2/core/event-destinations/object.md?api-version=2026-03-25.preview#v2_event_destination_object-type)に `azure_event_grid` 値が追加されました。このタイプでイベントの送信先を作成する際は、[azure_event_grid](https://docs.stripe.com/api/v2/core/event-destinations/object.md?api-version=2026-03-25.preview#v2_event_destination_object-azure_event_grid) パラメーターを使用して Azure Event Grid の設定の詳細を指定できます。 ## 影響 新しいタイプのデスティネーションとして [Azure Event Grid](https://docs.stripe.com/event-destinations/eventgrid.md?api-version=2026-03-25.preview) を使用して、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-03-25.preview), [V2.Core.EventDestination#create](/api/v2/core/event-destinations/create?api-version=2026-03-25.preview) | | 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-03-25.preview) | | `azure_event_grid` | Added | [V2.Core.EventDestination](/api/v2/core/event-destinations/object-type?api-version=2026-03-25.preview), [V2.Core.EventDestination#create](/api/v2/core/event-destinations/object-type?api-version=2026-03-25.preview) | #### Ruby | Parameter | Change | Resources or methods | | --- | --- | --- | | `azure_event_grid` | Added | [V2::Core::EventDestination](/api/v2/core/event-destinations/object?api-version=2026-03-25.preview), [V2::Core::EventDestinationCreateParams](/api/v2/core/event-destinations/create?api-version=2026-03-25.preview) | #### Python | Parameter | Change | Resources or methods | | --- | --- | --- | | `azure_event_grid` | Added | [V2.Core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-03-25.preview), [v2.core.EventDestinationCreateParams](/api/v2/core/event-destinations/create?api-version=2026-03-25.preview) | | 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-03-25.preview) | | `azure_event_grid` | Added | [V2.Core.EventDestination](/api/v2/core/event-destinations/object-type?api-version=2026-03-25.preview), [v2.core.EventDestinationCreateParams](/api/v2/core/event-destinations/object-type?api-version=2026-03-25.preview) | #### PHP | Parameter | Change | Resources or methods | | --- | --- | --- | | `azure_event_grid` | Added | [V2.Core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-03-25.preview), [V2\Core\EventDestination.create().$params](/api/v2/core/event-destinations/create?api-version=2026-03-25.preview) | | 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-03-25.preview) | | `azure_event_grid` | Added | [V2.Core.EventDestination](/api/v2/core/event-destinations/object-type?api-version=2026-03-25.preview) | #### Java | Parameter | Change | Resources or methods | | --- | --- | --- | | `azureEventGrid` | Added | [v2.core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-03-25.preview), [v2.core.EventDestinationCreateParams](/api/v2/core/event-destinations/create?api-version=2026-03-25.preview) | | Value | Change | Enum | | --- | --- | --- | | `azure_event_grid` | Added | [v2.core.EventDestinationCreateParams](/api/v2/core/event-destinations/create-type?api-version=2026-03-25.preview) | #### Node.js | Parameter | Change | Resources or methods | | --- | --- | --- | | `azure_event_grid` | Added | [V2.Core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-03-25.preview), [V2.Core.EventDestinationCreateParams](/api/v2/core/event-destinations/create?api-version=2026-03-25.preview) | | 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-03-25.preview) | | `azure_event_grid` | Added | [V2.Core.EventDestination](/api/v2/core/event-destinations/object-type?api-version=2026-03-25.preview), [V2.Core.EventDestinationCreateParams](/api/v2/core/event-destinations/object-type?api-version=2026-03-25.preview) | #### Go | Parameter | Change | Resources or methods | | --- | --- | --- | | `AzureEventGrid` | Added | [V2CoreEventDestination](/api/v2/core/event-destinations/object?api-version=2026-03-25.preview), [V2CoreEventDestinationParams](/api/v2/core/event-destinations/create?api-version=2026-03-25.preview) | | Values | Change | Enums | | --- | --- | --- | | `no_azure_partner_topic_exists` | Added | [V2CoreEventDestinationStatusDetailsDisabled](/api/v2/core/event-destinations/object-status_details-disabled-Reason?api-version=2026-03-25.preview) | | `azure_event_grid` | Added | [V2CoreEventDestination](/api/v2/core/event-destinations/object-Type?api-version=2026-03-25.preview) | #### .NET | Parameter | Change | Resources or methods | | --- | --- | --- | | `AzureEventGrid` | Added | [V2.Core.EventDestination](/api/v2/core/event-destinations/object?api-version=2026-03-25.preview), [V2.Core.EventDestinationCreateOptions](/api/v2/core/event-destinations/create?api-version=2026-03-25.preview) | ## アップグレード #### REST API 1. Workbench で[現在の API バージョンを表示します](https://docs.stripe.com/upgrades.md#view-your-api-version-and-the-latest-available-upgrade-in-workbench)。 2. SDK を使用している場合は、この API バージョンに対応する SDK バージョンにアップグレードします。 - SDK を使用していない場合は、`Stripe-Version: 2026-03-25.preview` を含めるように [API リクエスト](https://docs.stripe.com/api/versioning.md)を更新してください。 3. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 4. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 5. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 6. 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)。 2. Ruby SDK を 最新バージョンにアップグレードします。 3. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 4. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 5. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 6. 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)。 2. Python SDK を 最新バージョンにアップグレードします。 3. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 4. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 5. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 6. 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)。 2. PHP SDK を 最新バージョンにアップグレードします。 3. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 4. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 5. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 6. 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)。 2. Java SDK を 最新バージョンにアップグレードします。 3. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 4. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 5. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 6. 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)。 2. Node SDK を 最新バージョンにアップグレードします。 3. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 4. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 5. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 6. 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)。 2. Go SDK を 最新バージョンにアップグレードします。 3. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 4. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 5. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 6. 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)。 2. .NET SDK を 最新バージョンにアップグレードします。 3. [Webhook エンドポイント](https://docs.stripe.com/webhooks/versioning.md)に使用する API バージョンをアップグレードします。 4. 新しいバージョンに対して、[実装内容をテスト](https://docs.stripe.com/testing.md)します。 5. Connect を使用する場合は、[Connect の実装内容をテスト](https://docs.stripe.com/connect/testing.md)します。 6. 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)について、詳細をご確認ください。