TaleFin Home
Login

Error Handling

Errors can be outputted at all steps of the application process. It is quite possible that errors will be returned whilst the application is still capable of being run, i.e. incorrect login details. These error codes are used to keep you apprised of any issues with the application process.

Bolded errors are the most basic error response. These are rarely used, if possible we will provide an error code under it identifying the issue more explicitly, if available.

Error Codes

Error CodeCode DescriptionDescription Breakdown
1000Bank login error.
1001Incorrect login details have been provided by the user.This error usually appears in tandem with an auth request allowing the user to retry their login details.
1002Exceeded login attempts.In this case the user has incorrectly inputted their login details too many times and the bank has potentially locked us out of the account.
1003Locked bank account.This means that the bank has locked us out of the account. This could be for a number of different reasons, from too many incorrect login attempts, or running out of time in inputting a verification code
1004SMS code suspended.This means that the SMS code that the user provided has expired and is not usable by us to access the account.
1005SMS Exceeded Retry Attempts.In this case, too many SMS code attempts have been tried to access the account, all of which were incorrect. This usually comes with a locked bank account (1003) notice straight after
1006Account has been suspended.In this case, the credentials we've been provided have been to a bank account that has been suspended by the banking institution hosting it. This can be for any number of reasons, from potential fraud to the user just shutting down the account previously.
1007Additional inputs required.This is a warning notifying you that a third input is required to authenticate the user. This could be because of MFA (multifactor authentication). Some banks, such as Bank of Melbourne, require this to be the default.
1008Requesting users initial credential inputs.This message is notifying you that the username and password have not been submitted yet to log in to this account.
1009User exit.User has left the system before all transactions were successfully completed.
1010Unable to find mobile bankUnable to use mobile bank login. Please use website login credentials.
2000Bank requires user input.
2001Need to login and update personal details.Usually occurring on new accounts, this a pop-up that can occur on some banks requiring that the user login and provide their personal details for the bank.
2002Login and agree to termsUsually this is the bank updating its terms and conditions and requiring that the user accept before they can access their account. As such, we cannot access the system until this is completed by the user.
2003You need to set a permanent password with the bank.This notice appears when the account has only recently been made by the user. Some banks will provide a temporary password that must be changed to a permanent one on the first login. As we cannot set a user's password they must log in and do this themselves before our system can continue.
2004Could not process MFA.This means that the response sent by the user in return to an MFA request (1007) was incorrect.
2005Verify Account.Similar to 2003, this usually occurs on new accounts that haven't been verified by the user in the first login.
2006Password change requiredUsually occurs with banks that have a regular password change policy.
3000Timed Out.
3001Network timed out - try again in a minute.Connection to the bank failed due to network failure.
3002User input time out - session has been ended.This notice is sent when the session has timed out for any other reason except for waiting on inputs.
3003User input time out - user took too long to input credentials.This error is sent after the session has expired whilst waiting for the user to input their username and password.
3004Session timed out - user took too long to input MFA.This error is sent after the session has expired whilst waiting for the user to input their multifactor authentication request (e.g. SMS, dob, secret question)
3005Session has logged out during crawlThis is sent when the bank logs us out of the system. This usually occurs due to the user logging in themselves.
3006Timed out before AUTHA specific error showing when the time out for the bank crawl occurred. In this case before AUTH lifecycle.
3007Timed out during AUTHA specific error showing when the time out for the bank crawl occurred. In this case during AUTH lifecycle.
3008Timed out after RELEASEDA specific error showing when the time out for the bank crawl occurred. In this case after the RELEASED lifecycle
4000Problem retrieving information.
4001The bank accounts have been closed.This notice is sent when the bank account that is being processed is listed as closed. Closed accounts can sometimes not be accessed for data.
4002Bank system is being updated and cannot be accessed.Sent when the bank is undergoing a system update. These happen semi-frequently for each bank, but are during off hours late at night so it is unlikely that you will receive this message often.
4003The request cannot be completed as a subsequent login was attempted.Similar to 3005, this notice is sent when it is known that the reason we were logged out was due to another login attempt.
4004Supplied bank credentials have expired.Sent when the username/password combination is an old one.
4005Online banking setup has not yet been finalized.This notice is sent when the initial banking setup for the account has not yet been completed. This is usually an indication that the account is very new.
4006You are not registered for this service.This notice is sent when the user no longer has an account with the bank we are trying access, or if they have deliberately removed access to the online banking component of their service. If this returned with Centrelink, it is possibly due to them never having had a Centrelink account set up.
4007Found no data in all of the accountsFound no data in all of the accounts. That is, the total number of transactions is 0. The balance of all accounts is 0. Sometimes seen in disabled, hidden, or new accounts.
4008Bank is currently unable to provide transactionsAn issue with the bank has prevented collection of transactions.
4009Bank is currently unable to provide statementsAn issue with the bank has prevented collection of statements.
4010Bank is currently unable to provide interimsAn issue with the bank has prevented collection of interims.
4011User bank account does not contain any accounts. Unable to collect accounts or transactionsThe account has no accounts to collect data from.
4012User bank account does not contain any data within the specified date range.There may be transactions in the account however not within the specified days to retrieve.
5000Network issues.
5001Bank service is currently unavailable.Sent when the system is down on the banks end outside of their system update schedule.
5002Bankmodule not available, coming soon.Sent when the bank that is being requested is not currently supported within the system.
5003Bank is currently unable to provide transaction history at this timeUsually when an issue with the bank system prevents transaction data from being retrieved.
5004Logged out during crawl and unable to reloginAn error occurred during the crawl and we were unable to continue, usually due to MFA.
6000Unable to retrieve statements.
7000Try again tomorrow.
7001Something went wrong. Try again.Sent when another login is required on a refresh, or when an error occurs that would be resolved upon recrawling.
8000Cannot assist right now.
8001Unknown error.Generic error. Sent when something very unusual has happened that hasn't been pinpointed. This is flagged in our system for us to investigate.
8002An error occurred when processing this account.Generic error. Sent when something very unusual has happened that hasn't been pinpointed. This is flagged in our system for us to investigate.

Example Payload

1{
2  "event": "crawler.lifecycle_updated",
3  "payload": {
4    "uuid": "b18fd94f-a1b8-4572-965d-3ba16a70c7ed",
5    "vendor_specific_id": "200130a",
6    "bank_id": 130,
7    "timestamp": "2020-01-30T00:30:23.724232Z",
8    "status": "AUTH",
9    "code": 1001,
10    "message": "Incorrect Login details"
11  }
12}

Start Now

Subscribe to our newsletters

Subscribe to our newsletter and stay up to date with the latest news about TaleFin.

FDATA
TaleFin Home© Copyright 2024 TaleFin Australia Pty Ltd. ABN 71 632 551 770