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
- 200
- 204
- 400
- 401
- 403
- 500
Return a list of payment
- application/json
- Schema
- Example (from schema)
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
[
{
"bankAccountId": "9053",
"clientId": "1000",
"name": "name",
"bic": "OPSPFR21OLK",
"iban": "FR701973300001OU66AZ3712L83",
"active": "true",
"type": "BANK_ACCOUNT",
"paymentId": "75954",
"priority": "1",
"countryCodeIso2": "FR",
"cause": "cause"
}
]
This clientID is not one of your clients
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...