Error types
| Error Event | HTTP Code | Flinks Code | Description | User Action |
|---|---|---|---|---|
INVALID_USERNAME | 401 | INVALID_USERNAME | The username provided was different from what the bank expected. | Customer should re-enter their username. |
INVALID_PASSWORD | 401 | INVALID_PASSWORD | The password provided was different from what the bank expected. | Customer should re-enter their password. |
INVALID_LOGIN | 401 | INVALID_LOGIN | The provided credentials are incorrect. | Customer should verify and re-enter their login details. |
INVALID_SECURITY_RESPONSE | 401 | INVALID_SECURITY_RESPONSE | The MFA response provided was different from what the bank expected. | Customer should try answering the security question again. |
RETRY_LATER | 401 | RETRY_LATER | Flinks was unable to open a connection with the financial institution. | Customer should try again later. |
UNAUTHORIZED | 401 | UNAUTHORIZED | The institution did not authorize access. | Customer may need to complete additional steps on their bank’s website. |
NEW_ACCOUNT | 401 | NEW_ACCOUNT | The customer must take action directly on their online banking before connecting. | Customer should log in to their bank website first (e.g., accept terms). |
AGGREGATION_ERROR | 500 | AGGREGATION_ERROR | Flinks encountered an unexpected error during processing. | Customer should try again. If the issue persists, contact support. |
DISABLED_INSTITUTION | 405 | DISABLED_INSTITUTION | The selected financial institution is not currently available. | Customer should try a different institution or try again later. |
DISABLED_LOGIN | 401 | DISABLED_LOGIN | The account has been deactivated by the financial institution. | Customer must contact their bank to reactivate the account. |