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 is considered invalid #61

Closed marcusmonteirodesouza closed 5 years ago

marcusmonteirodesouza commented 5 years ago

According to https://www.iban.com/iban-checker the IBAN VG4835Q30660010096333091 'appears to be valid' but according to https://arhs.github.io/iban.js/ it is invalid.

Manu1400 commented 5 years ago

According to https://www.iban.com/iban-checker the IBAN VG4835Q30660010096333091 is invalid :

IBAN structure is incorrect

marcusmonteirodesouza commented 5 years ago

True. I was using a fake IBAN generator, and the message 'appears to be valid' was the one that I focused on. I'll close this and perhaps talk with the generator guys.