Public preview
Adds the ability to provide proof-of-address documents for connected accounts in v2 APIs Public preview
What’s new
Connect platforms can now submit proof_of_address documents to demonstrate physical presence.
Impact
Connect platforms need to collect the documents from their connected accounts and submit them to Stripe to meet certain product address validation requirements.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| proof_of_address | Added | V2. Core. Account#create. identity. business_details. documents V2. Core. Account#update. identity. business_details. documents V2. Core. Account. identity. business_details. documents |
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-06-30. preview
- 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.
