wind39 / iban-generator

Generate the IBAN code for a bank account number

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

iban-generator

Generate the IBAN code for a bank account number.

Warning:

The current code only has the IBAN rules for Brazilian Banks (29 digits).

Includes a REST webservice that is being served on Google AppEngine at:

http://iban-generator.appspot.com.

References

Wikipedia International Bank Account Number, provides good information on the algorithms.

SWIFT IBAN Registry, provides detailed information about all ISO 13616 compliant national IBAN formats.

IBAN Implementation Guidelines for Brazil, a complete description of the algorithm for Brazilian Banks.

FEBRABAN MT101 has a more detailed description of the values used in the IBAN code for Brazilian Banks.

BACEN ISPB list, the full list of ISPB codes for Brazilian Banks.

About

Generate the IBAN code for a bank account number

License:BSD 2-Clause "Simplified" License


Languages

Language:HTML 45.9%Language:Python 35.9%Language:JavaScript 17.2%Language:CSS 1.0%