Stripe | Financial Infrastructure to Grow Your Revenue

Stripe | Financial Infrastructure to Grow Your Revenue

5282 articles

Adds new error codes to the Accounts, Persons, and Capabilities APIs


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

  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: 2020-08-27
  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 .

Learn more about Stripe API upgrades.

Last verified 2026-09-25

Is this helpful?