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

structureOfPLIban #98

Closed
mmaciekk111 opened this issue Nov 8, 2022 · 5 comments
Closed

structureOfPLIban #98

mmaciekk111 opened this issue Nov 8, 2022 · 5 comments

Comments

@mmaciekk111
Copy link

mmaciekk111 commented Nov 8, 2022

Hi,
now
bban > BbanStructure >
structures.put(CountryCode.PL,
new BbanStructure(
BbanStructureEntry.bankCode(3, 'n'),
BbanStructureEntry.branchCode(4, 'n'),
BbanStructureEntry.nationalCheckDigit(1, 'n'),
BbanStructureEntry.accountNumber(16, 'n')));

should be:
structures.put(CountryCode.PL,
new BbanStructure(
BbanStructureEntry.bankCode(4, 'n'),
BbanStructureEntry.branchCode(3, 'n'),
BbanStructureEntry.nationalCheckDigit(1, 'n'),
BbanStructureEntry.accountNumber(16, 'n')));

Best,
M

@mmaciekk111 mmaciekk111 changed the title structureOfPLIbanStructure structureOfPLIban Nov 8, 2022
@FrankHossfeld
Copy link

FrankHossfeld commented Nov 8, 2022

Looking at the definition here the current implementation seams to be correct?

PLkk bbbs sssx cccc cccc cccc cccc
b = National bank code
s = Branch code
x = National check digit
c = Account number

Can you provide more informations?

@mmaciekk111
Copy link
Author

mmaciekk111 commented Nov 8, 2022 via email

@FrankHossfeld
Copy link

FrankHossfeld commented Nov 8, 2022

Please, check this: https://bank.codes/iban/structure/poland/

@mmaciekk111
Copy link
Author

mmaciekk111 commented Nov 8, 2022 via email

@FrankHossfeld
Copy link

Might be, but I would put my 2 pence on the international standard ...

@hajk1 hajk1 closed this as completed Jul 24, 2023
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

3 participants