Breaking changes
Configuring a person as an account opener no longer automatically sets them as an executive Breaking changes
What’s new
The relationship[executive] field on a Person object is no longer automatically set to true when you create a Person object with relationship[account_opener]. The requirements hash on an Account object might require that you explicitly indicate that the account_opener is also an executive. If this is the case, you need to indicate it by setting relationship[executive]=true.
Impact
This change removes the automatic setting of relationship[executive] to true when creating a Person object with relationship[account_opener]. You now need to explicitly set relationship[executive]=true if required by the account’s requirements hash. This modification provides more precise control over person relationships in account management.
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-08-14
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
