IBAN Validation
Last updated
Was this helpful?
Last updated
Was this helpful?
Validate and process IBAN information to correct common phone transcription errors and ensure IBAN validity, including SEPA compliance checks.
success
: A valid IBAN that passes SEPA tests if enabled.
incomplete
: Appears to be an IBAN but is incomplete based on country-specific format requirements.
no_country
: Missing two-letter country code in the input.
not_sepa
: A valid IBAN outside the SEPA area when SEPA test is enabled.
fail
: All other cases where a valid IBAN is not identified.
You can omit any branches that are not relevant to your specific error handling needs.
The IBAN Validation service is designed to validate and correct entered or transcribed IBANs, identifying and fixing common errors during phone communication, ensuring accurate IBAN details.
This is a sample configuration for an invalid IBAN:
This is a sample configuration for a valid IBAN:
Output from the debugger: