Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Burundi (ISO 13616) #140

Closed
abadev2024 opened this issue May 17, 2024 · 1 comment
Closed

Add Burundi (ISO 13616) #140

abadev2024 opened this issue May 17, 2024 · 1 comment
Assignees
Milestone

Comments

@abadev2024
Copy link

Could you please add Burundi to the supported countries? It is oficially listed by ISO 13616.
Thank you in advance.

The following code snippets could be helpful.

structures.put(CountryCode.BI,
new BbanStructure(
BbanStructureEntry.bankCode(5, 'n'),
BbanStructureEntry.branchCode(5, 'n'),
BbanStructureEntry.accountNumber(13, 'n')));

{new Iban.Builder()
.countryCode(CountryCode.BI)
.bankCode("10000")
.branchCode("10001")
.accountNumber("0000332045181")
.build(), "BI4210000100010000332045181"},

@hajk1 hajk1 self-assigned this May 17, 2024
@hajk1
Copy link
Collaborator

hajk1 commented May 17, 2024

@abadev2024 Yes, I will fix it for the next release.

@hajk1 hajk1 added this to the 3.2.9-RELEASE milestone May 17, 2024
@hajk1 hajk1 mentioned this issue Jun 25, 2024
@hajk1 hajk1 closed this as completed Jul 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants