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
Someone opened an issue on supporting Iranian IBAN on https://github.com/almerlucke/go-iban project
I made some searched and gathered some information
26 characters IR + 24 digits
Some sources:
https://iban-analyzer.com/iban-countries/ir
https://www.iban.com/structure
Structure 3 digits for the bank apparently
https://github.com/rghorbani/iran-sheba/blob/master/index.js#L292
Validation examples:
https://github.com/rghorbani/iran-sheba/blob/master/index.js#L308-L328
https://github.com/RezaOptic/irvalidator-python/blob/develop/irvalidator%2Fiban.py
classic rule apparently, to be checked
Originally posted by @ccoVeille in almerlucke/go-iban#3 (comment)
Are you interested in supporting Iranian IBAN in your lib?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Someone opened an issue on supporting Iranian IBAN on https://github.com/almerlucke/go-iban project
I made some searched and gathered some information
26 characters
IR + 24 digits
Some sources:
https://iban-analyzer.com/iban-countries/ir
https://www.iban.com/structure
Structure 3 digits for the bank apparently
https://github.com/rghorbani/iran-sheba/blob/master/index.js#L292
Validation examples:
https://github.com/rghorbani/iran-sheba/blob/master/index.js#L308-L328
https://github.com/RezaOptic/irvalidator-python/blob/develop/irvalidator%2Fiban.py
classic rule apparently, to be checked
Originally posted by @ccoVeille in almerlucke/go-iban#3 (comment)
Are you interested in supporting Iranian IBAN in your lib?
The text was updated successfully, but these errors were encountered: