Breaking changes
Renames a Person object relationship attribute Breaking changes
What’s new
Renames the relationship[account_opener] field to relationship[representative] on a Person object.
Impact
Lets you more accurately and intuitively identify the person who is designated as the representative for an account. By renaming the relationship[account_opener] field to relationship[representative], the terminology better reflects the role and purpose of this person within the account.
Changes
| Parameters | Change | Resources or endpoints |
|---|---|---|
| account_opener | Removed | Account#persons. relationship AccountPerson#create. relationship AccountPerson#update. relationship + 2 more Person. relationship Token#create. person. relationship |
| representative | Added | Person. relationship |
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-10-08
- 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.
