arhs / iban.js

IBAN & BBAN validation, formatting and conversion in Javascript
https://arhs.github.io/iban.js/
MIT License
535 stars 130 forks source link

Valid IBAN considered invalid #87

Open semeano opened 3 years ago

semeano commented 3 years ago

HU42 1177 3016 1111 1018 000 0000

I got this from Google:

Screenshot 2021-01-25 at 15 40 43

blackdahlia commented 3 years ago

HU4211773016111110180000000 is an invalid IBAN because it is only 27 characters length instead of 28. Add a zero to it's end: HU42117730161111101800000000.