Dev Tools · 2h ago
How IBAN Validation Works: The MOD-97 Algorithm Explained
Every IBAN includes two check digits that use the MOD-97 algorithm to catch typos before transfers fail. The algorithm normalizes, rotates, converts letters to numbers, and checks that the result modulo 97 equals 1. Passing this check means the number is internally consistent but does not confirm the account exists.
Meridian48 take
A clear technical explainer for developers, but note that MOD-97 only validates format, not account existence.
iban-validationmod-97