validate_iban()¶
- smartfaker.iban.validate_iban(iban)
Validate an IBAN using the MOD-97 check algorithm.
- Parameters:
iban – The full IBAN string to validate.
- Returns:
Trueif the IBAN is structurally valid,Falseotherwise.
Validate an IBAN using the MOD-97 check algorithm.
iban – The full IBAN string to validate.
True if the IBAN is structurally valid, False otherwise.