Skip to content

Errors and Messages

In the communication between client, BANKS/Connect and the providers, errors can occur which can be caused by a wide variety of constellations. We always make every effort to transport the cause of an error to you as informatively as possible so that you can react accordingly.

A simple use case is, for example, that the login of a customer to his bank is not worked. As an error message, the system returns, for example, that the user ID is not was 10 digits long and so the login data was not correct. The customer is thus in a position to "problem" quickly.

HTTP status codes

StatusNameMeaning APIHandling
200OKThe request has been successfully executed-
201CreatedThe request was executed successfully and the data object was createdEvaluate and call location header
400Bad RequestThe request is syntactically wrongProgram error at the caller, manual intervention necessary
401UnauthorizedThe authorization: bearer TOKEN header was not sentSend header
403ForbiddenThe OAuth2 token has expired, is invalid or the required scope is missingRequest new token, extend scopes
404Not foundThe URL does not point to a valid objectStart new data retrieval and update relations
451Unavailable for Legal ReasonsThe requested resource cannot be returned for regulatory reasons.This is used in the course of the REG/Protects, the HTTP response contains a Location header with the URL for the redirect
500Internal Server ErrorThis shouldn't have happenedWe're already working on it
504Gateway TimeoutThe started request could not be answered within the specified timeRepeat request shortly

Message codes

json
{
   "level": "ERROR",
   "code": "BA1011",
   "message": "Access data not correct ",
   "details": "Please check your access data and try again. Please note that your access data will be blocked if you enter it incorrectly three times."
}
CodeLevelMessageDetails
BA999ERRORInternal error
BA1000ERRORMaintenance work provider
BA1001ERRORProvider no longer active
BA1010ERRORAccess blockedYour PIN for Internet banking was entered incorrectly three times. So we've temporarily suspended your access for security reasons
BA1011ERRORAccess data not correctPlease check your access data and try again. Please note that your access data will be blocked after three incorrect entries.
BA1012ERRORIncomplete access dataThe following access data is required: Authfields 1 = Example user name 2 = Example PIN 3 = Example key
BA1013ERRORBank access not activated
BA1014ERRORToo many unsuccessful logins
BA1020ERRORAccount has improper permissions
BA1051ERRORBank access not availableMaintenance: A technical malfunction has occurred at your bank. Please update your bank access at a later date.
BA1052ERRORBank access not fully accessible
BA1053ERRORAccess exceeded
BA1060ERRORProduct could not be updated
BA1062ERRORRevenues could not be updated
BA1063ERRORDepot positions could not be updated
BA1064ERRORMessage bank
BA1100ERRORInvalid bank transfer dataPlease check your entries. Transfers are only possible to the reference account.
BA1101ERRORInvalid TAN procedure
BA1102ERRORInvalid TAN medium
BA1103ERRORTAN invalidError during transmission, or mTan not (any longer) valid
BA1104ERRORBank transfer not possibleBank transfers are only supported for checking accounts or HBCI message 9390 Order rejected due to double submission.
BA1110INFOTAN input requiredPlease enter the SMS-TAN
BA1111INFOThe transfer was successfully completed
BA1112INFOThe transfer was successfully submitted
BA1200ERRORInvalid debit dataPlease check your input data.
BA1204ERRORDebit not supported
BA1212INFOThe debit was successfully submitted
BA2002INFOThere are messages from your bankThere are messages from your bank, please log into your online banking.
BA2003INFOProduct type not supported
BA2004INFOBank access not activated yet
BA3000INFOSCA requiredSCA required
BA3005INFOSCA redirect required
BA3010INFOSelect SCA methodSelect SCA method
BA3020INFOSelect SCA mediumSelect SCA medium
BA3030INFOSCA ChallengeSCA Challenge
BA3040ERRORSCA failedSCA failed
BA3060ERRORNo supported SCA method foundNo supported SCA method found

INFO

It should be noted that the error codes can be extended at any time. The structure is retained as described in this document.