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:

True if the IBAN is structurally valid, False otherwise.