Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Configuring a person as an account opener no longer automatically sets them as an executive


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

  1. View your current API version in Workbench.
  2. 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
  1. Upgrade the API version used for webhook endpoints .
  2. Test your integration against the new version.
  3. If you use Connect, test your Connect integration .
  4. In Workbench, perform the upgrade . You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Last verified 2026-09-24

Is this helpful?