Adds new error code for missing verification data from connected accountsBreaking changes
What’s new
This change adds verification_ as a new error code in the requirements.errors array for Accounts.
This indicates that we were unable to look up some data based on the information entered about a connected account.
Why is this a breaking change?
This is a breaking change because it adds a new enum value, verification_, to the requirements error code enumeration list.
If your integration validates against a fixed set of expected error codes, you might need to update your error handling to account for this new value. Learn more about error handling best practices.
Impact
We generate this error code when Stripe couldn’t find information about a business or person using the provided data. For example, we couldn’t find a registered business given a tax ID and legal entity name. This can happen because the information isn’t available or because the provided data was incorrectly entered. Before proceeding, you need to first confirm that the data you provided is correct. If the data is correct and isn’t available in a registry, alternative verification methods are always provided.
When this error code is present, prompt your connected accounts to confirm the information they have already entered.