Validate and parse IBAN numbers. Check if an IBAN is valid and get the country, BBAN, if it is a QR-IBAN and the IBAN friendly format.
IBAN (International Bank Account Number) is an internationally agreed standard for identifying bank accounts.
IBAN length varies by country from 15 (Norway) to 34 characters. It always starts with a 2-letter country code and 2 check digits.
IBAN uses MOD-97: move the first 4 chars to the end, replace letters with numbers (A=10...Z=35), compute modulo 97. If remainder equals 1, the IBAN is valid. The tool also checks country-specific format and length per ISO 13616.
An IBAN (International Bank Account Number) identifies a specific bank account and is used to designate the recipient account in international transfers. A SWIFT/BIC code (8-11 characters) identifies the bank institution itself and routes the transfer to the correct bank. International wire transfers typically require both an IBAN (account) and a BIC (bank). Within the Eurozone, SEPA transfers only require an IBAN.