Functionality The function module checks whether there is a bank for a bank countryand bank number, and finds the name of the bank. If an account number is specified, the system also checks whether it isplausible according to the check digit method defined for the bank. If the bank is one that is managed in BCA, the system checks to see ifthere is an account number. Description E_RETURN: 0 = OK. 1 = Bank not found. 2 = Missing parameters. 3 = Check digit comparison failed. 5 = Bank is BCA bank, account does not exist. 6 = Bank is BCA bank, account exists, check digit comparison failed. 7 = Bank is BCA bank, account does not exist, check digit comparisonfailed. |