Aller au contenu principal

Get the details of the BIC

GET 

/account/utils/bic/details/:bic/

Get the details of the BIC

Request

Path Parameters

    bic stringrequired

    The BIC you want to get

Responses

Return a bic 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...