Moves platform-specific identity fields to a default profile for AccountsBreaking changes
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_
, url
, and product_
on identity.
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.
hash instead of identity.
.