Codes

Response Code Reference

Below you will find details for our various response codes.

CodeDescription
too-many-sandbox-connectionsLimit Reached for Sandbox Connections
You have reached the limit for sandbox connections. Please contact [email protected] to reset your account.
unsupported-content-typeInvalid Attribute
Requested content type is not supported.
unsupported-acceptInvalid Attribute
Accept type is not supported.
service-unavailableService Unavailable
Service is currently unavailable. Please try again later.
too-many-requestsService Unavailable
Request rate limit per connection reached. Follow detail message for further instructions.
method-not-allowedNot Allowed
Requested method is not allowed.
unauthorized-accessUnauthorized
Unauthorized access.
invalid-authorization-requestUnauthorized
Invalid authorization request. Check details message.
no-production-accessUnauthorized
Partner can access Sandbox data only. Contact us via Intercom or email for live data access.
account-not-accessible-requires-user-actionNot Accessible
User action required before account details can be returned.
maintenance-errorNot Accessible
Institution resource is under maintenance.
forbidden-accessForbidden Access
Access to this resource is forbidden.
institution-not-supportedInstitution Not Supported
e.g. Institution AU00000 is not supported on this endpoint.
bank-statement-new-productPDF Bank Statement New Product
title: "New product requires config."
detail: "Unable to recognise statement product name."
bank-statement-parsing-errorPDF Bank Statement Parsing Error
title: "Unable to parse statement."
detail: "New layout not supported."
bank-statement-not-supportedPDF Bank Statement Not Supported
title: "Statement not supported."
detail: "Unsupported institution statement."
missing-required-fieldCSV Missing Required Field
CSV header does not contain required field.
missing-required-field-valueCSV Missing Required Field Value
CSV row does not contain value for required field.
invalid-field-valueCSV Invalid Field Value
Field value is not valid.
account-data-differsCSV Account Data Differs
Data for a single account differs across rows.
empty-fileCSV Empty File
CSV file has no data rows.
row-count-exceededCSV Row Count Exceeded
Row count exceeds limit.
invalid-request-contentPDF/CSV Invalid Request Content
Statement file is not valid.
request-not-validRequest Not Valid
Request too long or too frequent (403 for token endpoint).
bank-statement-invalidPDF Bank Statement Invalid
title: "Invalid bank statement."
detail: "File is not an official PDF bank statement."
invalid-credentialsInvalid Attribute
Cannot login to institution using supplied credentials.

Handling Invalid Credentials

locked-account

{
  "title": "verify-credentials",
  "status": "failed",
  "result": {
    "code": "invalid-credentials",
    "title": "Cannot login to target institution: this account is locked.",
    "detail": "Cannot login to target institution: this account is locked. Please contact institution directly."
  }
}

invalid-username-or-password

{
  "title": "verify-credentials",
  "status": "failed",
  "result": {
    "code": "invalid-credentials",
    "title": "Cannot login to target institution: invalid username or password.",
    "detail": "Cannot login to target institution: invalid username or password. Please check credentials and try again."
  }
}

multi-factor-authentication

{
  "title": "verify-credentials",
  "status": "failed",
  "result": {
    "code": "invalid-credentials",
    "title": "Cannot login to target institution: multi-factor authentication is not supported.",
    "detail": "Cannot login to target institution: multi-factor authentication is not supported. Please check if multi-factor authentication is enabled on login."
  }
}