Adds support for ownership exemption reason to the Accounts API
What’s new
Adds the ownership_exemption_reason parameter to the company field of the Accounts resource.
Ultimate beneficial owners are persons that, directly or indirectly, own a significant share and/or exercise significant control over your business. These persons are usually represented as owners, directors or executives on a Stripe account.
To fulfil Know Your Customer (KYC) requirements, Stripe can collect, match, and verify the ultimate beneficial owners for a business. Some businesses might qualify for an exception to the standard process for collecting and verifying ultimate beneficial owners. When businesses qualify for an exception, they can submit an ownership exemption reason that resolves ultimate beneficial ownership requirements and verifications from their account.
After you submit an ownership exemption reason, Stripe verifies the exemption reason in lieu of verifying the ultimate beneficial owners on the account. Stripe might reach out to either the account or the platform to collect additional documentation to complete this verification.
Stripe currently supports two ownership exemption reasons:
- qualified _ entity _ exceeds _ ownership _ threshold : A qualified entity or set of qualified entities own a significant share of the account’s business.
- qualifies _ as _ financial _ institution : The account qualifies as a financial institution.
Command Line
cURL
The ownership exemption reason isn’t supported in all countries. Accounts that can use this process receive the ownership_exemption_reason requirement in their requirements field. If verification of the ownership exemption reason fails, the account receives the verification_rejected_ownership_exemption_reason error code on the requirement and must complete the standard process for ultimate beneficial ownership verification.
If providing an ownership exemption reason is supported, you see country-specific guidelines with supported reasons and their definitions.
For example, in Singapore qualified entities are defined as government entities, public companies, and financial institutions. The ownership threshold is defined as 75%.
For an account in Singapore to declare that a qualified entity exceeds ownership threshold, one or more government entities, public companies, or financial institutions must own 75% or more of the account’s company.
Impact
You can use the ownership exemption reason field to declare that your connected account qualifies for an exception to the standard process for ultimate beneficial ownership verification. This removes requirements and verifications for ultimate beneficial owners and triggers a verification based on the ownership exemption reason instead.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| ownership_exemption_reason | Added | Account#create. company Account#update. company Account. company + 1 more Token#create. account. company |
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: 2025-01-27. acacia
- 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.
