Skip to main content
GET /account/iban/:iban

IBAN information

Checks if a given IBAN account number is valid and returns additional information.

Path Parameters
    iban string required

    IBAN account number to check if valid and get additional information for.

Responses

IBAN information


Schema
    iban IBAN

    Possible values: >= 15 characters and <= 34 characters

    IBAN account number with country prefix

    status IBANStatus

    Possible values: [invalid, valid]

    Information if the IBAN account number is in a valid format. NOTE: A valid format doesn't necessary mean the account number is an existing account. If IBAN is invalid type and position of first encountered error is reported in IBANError field.

    country CountryCode

    Account information provider country code (ISO 3166 alpha-2 codes)

    bankCode BankCode

    IBAN bank code as defined by IBAN format

    errorMessage object

    Detailed information why IBAN account number is not correct.

    type string

    Possible values: [invalid, invalid_length, invalid_country, invalid_format, invalid_bank_code, invalid_branch_code]

    message string
    position integer
Loading...