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

It would be nice if the NBAN were transformed into IBAN. #5

Open
psampont opened this issue Jun 13, 2018 · 2 comments
Open

It would be nice if the NBAN were transformed into IBAN. #5

psampont opened this issue Jun 13, 2018 · 2 comments

Comments

@psampont
Copy link
Contributor

psampont commented Jun 13, 2018

In CODA files, account numbers is in NBAN format.
It would be nice if we could only work with IBANs. There is a php library php-iban that calculates IBANs from NBAN.

@bjendres
Copy link
Member

Sounds like a good plan. Be sure to add the library to the composer specs.

One question: are you sure that CODA is only for Belgian banks? Otherwise you'd also have to make sure that it still works in other countries.

@psampont
Copy link
Contributor Author

The CODA format is a Belgian interbank format. So I guess it's not used in other countries.
But, the transactions may contain account numbers from other countries.

I created an API function convertnban in the branch dev_5 in my repo with a country parameter.

Next step, use it in the importer function.

psampont added a commit to psampont/org.project60.coda that referenced this issue Jun 18, 2018
psampont added a commit to psampont/org.project60.coda that referenced this issue Jun 19, 2018
psampont added a commit to psampont/org.project60.coda that referenced this issue Feb 12, 2019
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