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
276 stars 125 forks source link

Romania IBAN #9

Closed sonmezburak closed 10 years ago

sonmezburak commented 10 years ago

Hi Arthur, incorrect IBAN Example: RO91BRDE360SV54748603600

arturmkrtchyan commented 10 years ago

Hi Burak

Can you paste the exception here?

Thanks Artur On May 5, 2014 6:17 PM, "sonmezburak" notifications@github.com wrote:

Hi Arthur, incorrect IBAN Example: RO91BRDE360SV54748603600

— Reply to this email directly or view it on GitHubhttps://github.com/arturmkrtchyan/iban4j/issues/9 .

arturmkrtchyan commented 10 years ago

2 Alpha characters The Romania country code (i.e. RO). 2 Numeric characters IBAN code check digits. 4 Alpha characters Characters that uniquely identify the institution, i.e. the first four characters of the BIC code (Bank Identifier Code) assigned to the institution. 16 Alphanumeric characters Characters that uniquely identify the branch of the institution and the client's account held with that branch.

RO91BRDE360SV54748603600 seems to be correct based on spec.

arturmkrtchyan commented 10 years ago

Hi Burak

Do you still think it's an issue ?

Thanks, Artur

arturmkrtchyan commented 10 years ago

Closing as there is not a real issue