jschaedl / Iban

[Deprecated] Validating and generating international :bank: bank account numbers (IBAN)
MIT License
61 stars 25 forks source link

Leading zeros are possible at "Deutsche Bank" #12

Closed BenjaminPaap closed 10 years ago

BenjaminPaap commented 10 years ago

"Deutsche Bank" has account numbers with leading zeros. All accounts have to be at least 7 digits in length. If the account numbers without the leading zeros are supplied to the IBAN generation they will result in wrong IBAN numbers. Added some comments to explain this rule.