Breaking changes
Adds new error codes to the Accounts, Persons, and Capabilities APIs Breaking changes
What’s new
Adds several new error codes to the requirements.errors array in the Accounts, Persons, and Capabilities API:
- verification _ document _ issue _ or _ expiry _ date _ missing
- verification _ document _ not _ signed
- verification _ failed _ tax _ id _ not _ issued
- verification _ failed _ tax _ id _ match
- invalid _ address _ po _ boxes _ disallowed
To learn more, see Account requirements errors.
Impact
By introducing these new error codes, you can more precisely determine the nature of the verification failure, such as missing document details, unsigned documents, or issues with tax IDs and addresses.
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: 2020-08-27
- Upgrade the API version used for webhook endpoints .
- Test your integration against the new version.
- If you use Connect, test your Connect integration .
Learn more about Stripe API upgrades.
