Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

4466 articles

Accounts now support digital attestation for proof of registration and beneficial ownership verification


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

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-12-15. clover
  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?