Main menu
Introduction

Accounts

Update contact info

Money Movement

Disclosures

Banking Images

Authentication

Alerts

Legacy Authentication

Reset Password

E-Statements

Experience Group

Banking

Customer Information

E-Statement Reports

Common Error Messages
Error Code | Error Message | HTTP Status Code | Additional Information |
---|---|---|---|
TXN_10001 | The date(s) provided could not be parsed or represented an invalid range. | 400 | Dates must be in the required format and the start date must be before or the same as the end date. |
TXN_10002 | Request is missing a transactionId header | 400 | |
TXN_10004 | Request transactionId header is too long | 400 | Transaction header max length can be 36 characters |
TXN_10005 | Invalid query param | 400 | Number of Query params are more than 3 <br> Query params exceed max length <br> accountId : 64 characters <br> start date & end date : 30 |
TXN_10006 | A valid institution customer ID is required for business users. | 400 | |
TXN_10007 | A valid account ID is required. | 400 | |
TXN_10008 | Request header is long | 400 | Header validation for headers apart from authorization and transactionId. For example: Accept |
TXN_11001 | Full authentication was not provided in the request. | 401 | Authorization for the request was either missing or incomplete. |
TXN_11002 | The authentication token that was sent in the request is invalid. | 401 | The token that was sent in the request is expired or invalid. |
TXN_11003 | The authentication provided does not authorize this request. | 403 | The token that was sent in the request was most likely missing a required scope. |
TXN_20001 | Transaction history is not enabled for this account. | 400 | For retail users, this may be due to the following: The account has been hidden by the user.
|
TXN_20003 | Transactions for this account are available on an external site. | 400 | Requests for account history for the specified account must be sent to a third party, which is usually designated by the tpvReference field in the account. Transaction data for this account will not be available through this service. |
TXN_22001 | Internal validation error | 500 | Usually caused by a response from a downstream service failing validation (i.e. crosstalk). |
TXN_90000 | Server cannot handle this request | Varies | This error code is returned when the cause of an error was known but was not mapped to a specific error code. This can happen for 404s, 405s, or any other error type that is not listed in this table. |
TXN_99990 | Client error | 400 | The default error for client errors. For certain errors, this may be returned instead of a more specific error, but only for clients that are not in the detailed error client list (see CAPS key table for details). |
TXN_99999 | Server error | Varies, usually 500 | The default error for internal errors. For certain errors, this may be returned instead of a more specific error but only for clients that are not in the detailed error client list (see CAPS key table for details). |