-
Notifications
You must be signed in to change notification settings - Fork 2
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
Comments
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. |
The CODA format is a Belgian interbank format. So I guess it's not used in 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. |
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.
The text was updated successfully, but these errors were encountered: