Adds parameter to link Verification Sessions to Customers
What’s new
Adds related_customer to the Identity Verification Session resource. When you create or update a Verification Session, you can optionally include a token to reference an existing Customer.
Added
related_customer nullable string
Token referencing a Customer resource.
Impact
Linking Customers to their identity verifications provides a more visibility into the risk profile of your customer base, helping you make more informed decisions about onboarding, monitoring, and risk mitigation.
Changes
| Parameter | Change | Resources or endpoints |
|---|---|---|
| related_customer | Added | Identity. VerificationSession#create Identity. VerificationSession#list Identity. VerificationSession |
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: 2024-09-30. acacia
- 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.
