You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a code snippet I have been using to generate and validate the IBAN values.
It works with IBANs when the county_code is set to GB and IT and I believe that it is due to it not finding the right checksum algorithm because validation with pre-made IBANs does work.
The text was updated successfully, but these errors were encountered:
Hello,
I found that when randomly generating German IBANs a lot of times an InvalidBBANChecksum Error gets thrown because of an invalid national checksum.
This is a code snippet I have been using to generate and validate the IBAN values.
It works with IBANs when the county_code is set to GB and IT and I believe that it is due to it not finding the right checksum algorithm because validation with pre-made IBANs does work.
The text was updated successfully, but these errors were encountered: