We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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"},
The text was updated successfully, but these errors were encountered:
@abadev2024 Yes, I will fix it for the next release.
Sorry, something went wrong.
hajk1
No branches or pull requests
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"},
The text was updated successfully, but these errors were encountered: