IBAN Validation

Validate and process IBAN information to correct common phone transcription errors and ensure IBAN validity, including SEPA compliance checks.

Service Configuration

  • 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.

Additional Service Details

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.

Additional Technical Specifications

Usage in Parloa

Sample configurations with Output

This is a sample configuration for an invalid IBAN:

Last updated