Breaking changes
Several fields describing an account's business details have moved to the business_profile subhash Breaking changes
What’s new
Moves business_name, business_url, product_description, support_address, support_email, support_phone and support_url to the business_profile subhash.
Impact
This change reorganizes several business-related fields by moving them into a new business_profile subhash within the Account object. You need to update your code to access and update these fields under the new business_profile structure instead of the root level of the Account object.
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: 2019-02-19
- 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.
