|
|
IBAN - International Bank Account Number |
|
|---|
On this web site you can create and check International Bank Account Numbers (IBAN). The calculations are performed on the local machine with JavaScript. None of your personal data are sent through the web.
Information about IBAN are from ECBS (European Committee for Banking Standards). IBAN is an ISO standard (ISO 13616: 1997).
|
|
||
|
|
The IBAN is composed of the Country Code (ISO 3166), a 2-digit checksum and the Basic Bank Account Number (BBAN, ISO 13616).
The BBAN consists of a Bank/Branch Code and the Account Number, both with optional check digits. The exact structure is country specific. See the format table below for details.
To create an IBAN you must first choose the country from the selection bar and type the Bank/Branch Code and the Account Number in the input fields. If you then press the "Create IBAN" button the IBAN appears in the IBAN field.
To check an IBAN you have to type it in the IBAN input field and press the "Check IBAN" button. If it is valid the country, the Bank/Branch Code and the Account Number appears in the corresponding fields.
If any input is invalid a message box appears and the destination fields of the action are cleared.
For examples of International Bank Account Numbers see the examples table below. There is one example for each country.
Here you can download two versions of the iban program:
Copyleftiban.html & iban.js © 2002-2003, Thomas Günther |
|
|
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA