Last updated

Errors

Atto Connect

If an error occurs during the Atto Connect journey, a URL parameter error will be included in the callback and in a webhook if specified. An optional parameter of error_description may be included with further information.

ErrorDescription
access_deniedThe Customer or the bank has denied consent. A reauthentication may result in a successful journey.
provider_permanent_errorAn error has occurred with the bank and we are not able to complete the request.
provider_unsupported_featureFeature is unsupported for provider.
customer_cancelledThe customer has cancelled the Atto Connect journey. The customer will need to complete the journey again.
unexpected_errorAn unexpected error has occurred which is not recoverable.

Atto APIs

These errors will be returned via the API Endpoints in the application/json response format below. CorrelationId is our unique reference to trace the error.

{
  "Code": "string",
  "Description": "string",
  "Details": "string",
  "CorrelationId": "string"
}
HTTP StatusCodeDescription
400application_invalidInvalid application id was provided.
400parameters_invalidInvalid parameters were provided.
400template_invalidInvalid template id was provided.
401unauthorised_clientClient is not authorised.
403account_refresh_not_allowedRefresh is not allowed for this account.
403consent_deniedConsent was denied access by the bank.
403consent_expiredConsent has expired.
403consent_revokedConsent was revoked.
403sca_errorSCA expiry has elapsed. Please have the user re-authenticate to continue
404account_not_foundAccount requested was not found.
404client_not_foundClient for the provided client id was not found.
404configuration_not_foundConfiguration for the provided application id/configuration id was not found.
404consent_not_foundConsent for the provided consent id was not found.
404invitation_not_foundEmail invitation for the provided invitation id was not found.
422provider_unsupported_featureFeature is unsupported for provider.
422atto_score_not_generatedAtto Score could not be generated (see Atto Score Errors)
429n/aSee API Rate Limits
500unexpected_errorUnexpected error has occurred. Please contact our support team.
502provider_permanent_errorProvider is permanently unavailable.
502provider_rate_limit_reachedCannot request data for this provider as the rate limit has been reached.
502provider_temporarily_unavailableProvider is temporarily unavailable. Please try again later.