Get the order detail
GET/account/payment/:paymentId/
Get the order detail
Request
Path Parameters
paymentId stringrequired
The Id of the order you want to get
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Return payment details
- 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"
}
]
No data found with this paymentId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...