iban4j
iban4j copied to clipboard
Update Costa Rica BBAN Format ISO 13616 Release 78
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')));
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 .
Hi,
Thanks.