Aller au contenu principal

Get the details of the IBAN

GET 

/account/utils/iban/details/:iban/

Get the details of the IBAN

Request

Path Parameters

    iban stringrequired

    The IBAN you want to get

Responses

Return a iban details

Schema
  • Array [
  • UUID string
    Iban stringrequired

    Iban

    BIC stringrequired

    BIC

    Actif booleannullable

    Default value: true

    is Actif (default = true)

    Public booleannullable

    Default value: false

    is Public (default = false)

    BankInfoDto object nullable
    oneOf
    Address stringnullable

    address1

    CountryName stringnullable

    countryName

    Institution stringnullable

    institution

    Location stringnullable

    location

    Name stringnullable

    name

    valid booleannullable

    Default value: false

    is Valid (default = false)

    fail_validation_reason stringnullable

    fail_validation_reason

  • ]
Loading...