Aller au contenu principal

Get the IBAN alias of the UUID

GET 

/sint/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
    UUID string
    Owner string

    NaturalPerson or LegalEntity UUID

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