arturmkrtchyan / iban4j

A Java library for generation and validation of the International Bank Account Numbers (IBAN ISO_13616) and Business Identifier Codes (BIC ISO_9362).
http://iban4j.org
Apache License 2.0
270 stars 124 forks source link

French National check digits is wrong #107

Closed LiamReynaud closed 1 year ago

LiamReynaud commented 1 year ago

Hello,

Thank you for you work.

The National check digits (for France) doesn't return the last 2 digits xx but the kk (country code) according to the following page : https://en.wikipedia.org/wiki/International_Bank_Account_Number

FrankHossfeld commented 1 year ago

please, take a look here: https://github.com/arturmkrtchyan/iban4j/issues/34. Think, it is the same issue.

hajk1 commented 1 year ago

duplicate #34