SWIFT Module 7.1 SP10.July 2020 | Package Services | WmFIN Package Services | wm.fin.bic Folder | wm.fin.bic:generateIBAN
 
wm.fin.bic:generateIBAN
This service generates the IBAN from the input parameters, based on the following logic:
1. In the IBAN Structure list, it finds the IBAN structure for the country.
2. In the Bank Directory Plus list, it finds the bank's national code and the BIC corresponding to the IBAN.
3. It constructs the BBAN (Basic Bank Account Number).
4. It constructs the IBAN by adding the country and check digits.
Input Parameters
Country_Code
String Country code of the financial institution retrieved from the IBAN (the first two characters of the IBAN).
Institution_Name
String Name of the financial institution.
City_Heading
String City in which the financial institution is located.
Account_Number
String Account number of the financial institution.
Output Parameters
IBAN
String IBAN of the financial institution.
BBAN
String BBAN of the financial institution.
errorMessage
String Specifies the error message if an error occurs.
error
String Specifies whether an error occurred. Valid values: yes and no.