Skip to content
Create account
or
Sign in
The Stripe Docs logo
/
Ask AI
Create account
Sign in
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Developer tools
Get started
Payments
Finance automation
Get started
Payments
Finance automation
Platforms and marketplaces
Money management
Overview
Versioning
Changelog
    Overview
    Basil
    Acacia
    Previous versions
Upgrade your API version
Upgrade your SDK version
Developer tools
SDKs
API
Testing
Workbench
Event Destinations
Workflows
Stripe CLI
Stripe Shell
Developers Dashboard
Agent toolkit
Stripe health alertsBuild with LLMsStripe for Visual Studio CodeFile uploads
Security
Security
Extend Stripe
Stripe Apps
Stripe Connectors
Partners
Partner ecosystem
Partner certification
HomeDeveloper toolsChangelogAcacia2025-01-27.acacia

Adds proof of ultimate beneficial ownership as a document type

What’s new

You can now use the proof_of_ultimate_beneficial_ownership document type on the Accounts API to upload documentation that identifies ultimate beneficial owners (UBOs) of a business. This helps fulfill Know Your Customer (KYC) requirements.

Ultimate beneficial owners are persons that, directly or indirectly, own a significant share or exercise significant control over your business. These persons are usually represented as owners, directors, or executives on a Stripe account.

To satisfy UBO requirements, Stripe is required to identify, collect, and verify all owners that have a significant ownership stake or control in the business (for most businesses, this is defined as having 25% or more ownership). When businesses are owned by other businesses (holding companies) that have significant ownership, Stripe is required to identify, collect, and verify all significant owners of each holding company.

The proof of ultimate beneficial ownership document type isn’t supported in all countries. Accounts that can use this document type receive the proof_of_ultimate_beneficial_ownership requirement in their requirements field. If the account supports providing a document for ultimate beneficial ownership, you can validate the relationship by choosing one document from the list of Acceptable verification documents by country.

After uploading a file, you can attach it to an account:

Command Line
cURL
curl https://api.stripe.com/v1/accounts/
{{CONNECTED_ACCOUNT_ID}}
\ -u "
sk_test_BQokikJOvBiI2HlWgH4olfQ2
:"
\ -d "documents[proof_of_ultimate_beneficial_ownership][files][]"=file_5dtoJkOhAxrMWb

Impact

If your business has a complex ownership structure or involves foreign holding companies, the existing KYC fields might not sufficiently capture your company’s UBO declaration. The proof_of_ultimate_beneficial_ownership document provides flexibility by providing an alternative method to comply with KYC requirements.

Some accounts might see a new proof of ultimate beneficial ownership requirement as part of the Upcoming requirement updates.

Changes

ParameterChangeResources or endpoints
proof_of_ultimate_beneficial_ownershipAdded
Account#create.documentsAccount#update.documents

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: 2025-01-27.acacia
  3. Upgrade the API version used for webhook endpoints.
  4. Test your integration against the new version.
  5. If you use Connect, test your Connect integration.
  6. In Workbench, perform the upgrade. You can roll back the version for 72 hours.

Learn more about Stripe API upgrades.

Related changes

  • Adds support for ownership exemption reason to the Accounts API
  • Adds directorship declaration to the Accounts API
Was this page helpful?
YesNo
Need help? Contact Support.
Join our early access program.
Check out our changelog.
Questions? Contact Sales.
LLM? Read llms.txt.
Powered by Markdoc