Aller au contenu principal

Get the IBAN alias of the UUID

GET 

/olky_alias/iban/:uuid

Get the IBAN alias of the UUID

Request

Path Parameters

    uuid stringrequired

    The UUID of the aliasIBAN you want to get

Responses

Return a IBAN alias

Schema
  • Array [
  • UUID string
    Iban string

    Iban

    BIC string

    BIC

    Actif booleannullable

    is Actif (default = true)

    Public booleannullable

    is Public (default = false)

    BankInfoDto objectnullable
    Address stringnullable

    address1

    CountryName stringnullable

    countryName

    Institution stringnullable

    institution

    Location stringnullable

    location

    Name stringnullable

    name

  • ]
Loading...