Aller au contenu principal

Get all the orders of the clientId

GET 

/account/payment/client/:clientId/:onlyActive/

Get all the orders of the clientId

Request

Path Parameters

    clientId stringrequired

    The Id of the client you want to get

    onlyActive stringrequired

    The parameter to show active payment only

    Example: 0

Responses

Return a list of payment

Schema
  • Array [
  • bankAccountId number

    bankAccountId

    clientId number

    clientId

    name string

    name

    bic string

    bic

    iban string

    iban

    active boolean

    active

    type string

    type

    paymentId number

    paymentId

    priority number

    priority

    countryCodeIso2 string

    countryCodeIso2

    cause string

    cause

  • ]
Loading...