Skip to main content

Create a new IBAN alias

POST 

/olky_alias/iban/new

Create a new IBAN alias

Request

Body

Data to send

    Owner string

    NaturalPerson or LegalEntity UUID

    Iban stringrequired

    Iban

    Actif booleannullable

    is Actif (default = true)

    Public booleannullable

    is Public (default = false)

Responses

Alias IBAN created

Schema
    success boolean
    uuid string
Loading...