iban_to_bic library

Classes

Bic
The object returned by ibanToBic from which you can obtain the BIC via Bic.value, and also provides some other useful information like Bic.bankName.

Functions

ibanToBic(String ibanString) Bic
Determines the SWIFT BIC the given ibanString. Currently supports AT, BE, DE, LT, LU and NL IBANs. Returns a Bic object from which you can obtain the BIC via Bic.value, and also provides some other useful information like Bic.bankName.