Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Moves platform-specific identity fields to a default profile for Accounts


  • Breaking changes
  • Public preview

Moves platform-specific identity fields to a default profile for Accounts Breaking changes Public preview

What’s new

We’ve moved the following fields from the identity hash of the Accounts v2 object because they’re specific to the platform and not canonical to the identity of the business being represented:

  • identity. business _ details. doing _ business _ as
  • identity. business _ details. url
  • identity. business _ details. product _ description

The properties now exist in the new defaults.profile hash.

Why is this a breaking change?

In the new API version, requests passing doing_business_as, url, and product_description on identity.business_details will fail.

Impact

If you participate in the Accounts v2 API public preview and want to use API version 2025-09-30.clover or later, you must update your integration to specify these properties in the defaults.profile hash instead of identity.business_details.

Changes

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-09-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 .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?