-
Notifications
You must be signed in to change notification settings - Fork 85
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
Support for generating IBANs for countries when bban doesn't start with bank_code #9
Comments
Hey @sedlar, sorry for the late reply. This is actually a bug in |
Hi @mdomke, thanks for reply. The X character is national checksum digit. I have found the description of the algorithm to compute it in https://docs.oracle.com/cd/E18727_01/doc.121/e13483/T359831T498954.htm. Descriptions of some other country specific checksum can be found also in globalcitizen/php-iban#39. |
Hi @sedlar thank you for the information. I'll try and see if I can implement something with respect to country specific check digits, but I can't promise anything time wise. |
Hi, for IBAN IT there is an error in the 'iban_registry.json' file, that is: referring to wikipedia in this way the problem has been solved. |
This is fixed by #26 |
It's not possible to generate IBAN for countries where bban doesn't start with bank_code, e.g. Italy - http://www.xe.com/ibancalculator/sample/?ibancountry=italy
Do you intend to support generating ibans for all countries?
The text was updated successfully, but these errors were encountered: