Skip to main content

Validate IBAN

POST 

/business/validate/iban

Checks whether the provided IBAN (International Bank Account Number) is valid.

Request

Header Parameters

    ipaas string

Bodyrequired

    ibanstringrequired

    The IBAN

    Example: DE02120300000000202051

Responses

Success

Schema
    validbooleanrequired

    Whether the IBAN is valid.

    Example: true