RyzeDeskRyzeDesk

Stripe

4105 articles

Adds new event types for Accounts v2


Public preview

Adds new event types for Accounts v2 Public preview

What’s new

We’ve introduced new event types for the Accounts v2 API:

  • v2. core. account. created
  • v2. core. account. updated
  • v2. core. account. closed
  • v2. core. account[defaults]. updated

Learn more about the Accounts v2 public previews for Connect-Billing and Global Payouts.

Impact

You can now listen for Accounts v2 state changes and integration changes to fields in the defaults hash on an Account v2.

Upgrade

  1. View your current API version 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 to include Stripe-Version: 2025-04-30. preview
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .

Learn more about Stripe API upgrades.

Last verified 2026-09-27

Is this helpful?