Aller au contenu principal

Get dedicated deposit IBAN for NaturalPerson or LegalEntity

GET 

/kypay/deposit_iban/:uuid

Get dedicated deposit IBAN for NaturalPerson or LegalEntity

Request

Path Parameters

    uuid stringrequired

    The UUID of the NaturalPerson or LegalEntity

Query Parameters

    country string

    you can choose between an FR or LU IBAN

    Example: LU

Responses

Return the deposit IBAN of your client

Schema
    IBAN stringrequired

    Iban

    BIC stringrequired

    BIC

    AccountHolder stringrequired

    Name of the account holder

    BankInfoDto object
    Address stringnullable

    address1

    CountryName stringnullable

    countryName

    Institution stringnullable

    institution

    Location stringnullable

    location

    Name stringnullable

    name

    uuid stringnullable
Loading...