Validate International Bank Account Numbers using the official IBAN checksum algorithm. Instant, free, and 100% client-side.
Spaces are ignored automatically
Try an example:
An International Bank Account Number (IBAN) is a standardized format for identifying bank accounts across national borders. Originally developed in Europe, IBAN is now used by over 70 countries worldwide to facilitate international wire transfers.
IBAN validation uses a modulo-97 checksum algorithm:
All validation is performed entirely in your browser using JavaScript. No IBAN data is transmitted to any server.