iban4j icon indicating copy to clipboard operation
iban4j copied to clipboard

Update Costa Rica BBAN Format ISO 13616 Release 78

Open pmtitou opened this issue 7 years ago • 2 comments

Hi, Can you do the update for the new Costa Rica BBAN Format. The entry for Costa Rica is now: CR2!n4!n14!n (length 22) In the previous version it was shown as: CR2!n3!n14!n (length 21)

So update needed : BbanStructure.java structures.put(CountryCode.CR, new BbanStructure( BbanStructureEntry.bankCode(4, 'n'), BbanStructureEntry.accountNumber(14, 'n')));

pmtitou avatar Feb 09 '18 13:02 pmtitou

Hi,

Thanks for the input, will be updated this weekend!

-- Artur

On Fri, Feb 9, 2018 at 2:36 PM, pmtitou [email protected] wrote:

Hi, Can you do the update for the new Costa Rica BBAN Format. The entry for Costa Rica is now: CR2!n4!n14!n (length 22) In the previous version it was shown as: CR2!n3!n14!n (length 21)

So update needed : BbanStructure.java structures.put(CountryCode.CR, new BbanStructure( BbanStructureEntry.bankCode(4, 'n'), BbanStructureEntry.accountNumber(14, 'n')));

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/arturmkrtchyan/iban4j/issues/44, or mute the thread https://github.com/notifications/unsubscribe-auth/AAkuLqCuvzMviJGYzLEH1-3bV2ioApHJks5tTEnHgaJpZM4R_7oU .

arturmkrtchyan avatar Feb 09 '18 16:02 arturmkrtchyan

Hi,

Thanks.

pmtitou avatar Feb 12 '18 07:02 pmtitou