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

Belgium IBAN incorrect checksum #2165

Open
halbow opened this issue Feb 5, 2025 · 0 comments · May be fixed by #2175
Open

Belgium IBAN incorrect checksum #2165

halbow opened this issue Feb 5, 2025 · 0 comments · May be fixed by #2175

Comments

@halbow
Copy link

halbow commented Feb 5, 2025

Hi 👋

First of all, thanks for this great library 🚀

I just bumped faker to 35.2.0 (from 33.0) and got some errors about IBAN nl_BE being invalid (e.g. BE02134082897882, BE98124280189433). When cross checking IBAN on website like this one
it is also marked as invalid.
This can easily be reproduced on the latest docker python image:

>>> from faker import Faker
>>> fake = Faker(locale="nl_BE")
>>> fake.iban()
'BE88308580548828'

Looks like a regression from #2142 ? From what I see the fix has been merged and released in v33.3.1

xeirzo pushed a commit to xeirzo/faker that referenced this issue Feb 11, 2025
@xeirzo xeirzo linked a pull request Feb 11, 2025 that will close this issue
3 tasks
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

Successfully merging a pull request may close this issue.

1 participant