Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Document IBAN digits validity (#2625)
Although we would like to support all cases and have higher accuracy, it would require too much effort to accommodate. Faker generates valid IBAN check digits but does not support national check digits used within the BBAN. If this behavior is critical for an app, it's recommend to generate its own IBAN digits validity check. See [#2588](#2588) for more details.
- Loading branch information