- 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
| Parameters | Change | Resources or endpoints |
|---|---|---|
| profile | Added | V2. Core. Account#create. defaults V2. Core. Account#update. defaults V2. Core. Account. defaults |
| doing_business_as product_description url | Removed | V2. Core. Account#create. identity. business_details V2. Core. Account#update. identity. business_details V2. Core. Account. identity. business_details |
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: 2025-09-30. preview
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
- In Workbench, perform the upgrade . You can roll back the version for 72 hours.
Learn more about Stripe API upgrades.
