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
Connected accounts don’t have to resolve this error code before they’re allowed access to capabilities. This error code only indicates that they should confirm the information they entered (for example, their tax ID). If connected accounts do resolve the error, they should have a smoother onboarding experience.
When this error code is present, prompt your connected accounts to confirm the information they have already entered.