Skip to main content
If an error occurs, the API will notify you using one of the following methods:
  • If the error occurs during the Authorization flow, you’ll receive a 302 redirect.
  • If the error occurs while you’re using the Token or Revoke Connection endpoints, you’ll receive a JSON response.
The JSON error response will be in on of the following formats:
Json
Http

Supported errors

We recommend that you set up your configuration to expect and handle the following errors.

Common Error Scenarios

Common error scenarios include consent errors and non transient failures This type of error is caused by an issue with the end users consent. If the end user denies consent during authorization, you’ll receive a 302 redirect with an error, error_description, and the original state.

Non Transient Failures

This type of error is caused by a specific issue that must be addressed. You will continue to see this error until the error is corrected.