Accounts now support digital attestation for proof of registration and beneficial ownership verification
What’s new
Adds support for digital attestation to the Accounts API when uploading documents for proof of registration and ultimate beneficial ownership verification. You can now specify the person who electronically signed the document using the following parameters:
- documents.proof_of_registration.signer.person : ID of the Person who electronically signed the proof of registration document
- documents.proof_of_ultimate_beneficial_ownership.signer.person : ID of the Person who electronically signed the proof of ultimate beneficial ownership document
These parameters are available when you create an Account or update an existing Account.
Impact
You can now provide digital attestation for proof of registration and ultimate beneficial ownership verification. Digital attestation allows authorized signers to electronically sign attestation agreements as an alternative to uploading physical documents. This streamlines the onboarding process for European compliance requirements while maintaining the same level of verification.
If you use this feature, make sure the person specified in the signer.person parameter has the proper authorization to sign on behalf of the business, and their first_name and last_name are set.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| signer | Added | Account#create. documents. proof_of_registration Account#create. documents. proof_of_ultimate_beneficial_ownership Account#update. documents. proof_of_registration + 1 more Account#update. documents. proof_of_ultimate_beneficial_ownership |
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-12-15. clover
- 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.
