Breaking changes
Accounts must now specify one of three types (Standard, Express, or Custom) Breaking changes
What’s new
Replaces the managed boolean property on Account objects with type, whose possible values are: standard, express, and custom. A type value is required when creating accounts. The standard type replaces managed: false, and the custom type replaces managed: true.
Impact
Introduces a more nuanced classification system for Account objects, replacing the binary managed property with a type property that offers three distinct account types. You can now create and identify accounts with greater specificity.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| managed | Removed | Account |
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: 2017-05-25
- 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.
