Get the order detail
GET/account/order/:orderId/
Get the order detail
Request
Path Parameters
orderId stringrequired
The Id of the order you want to get
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Return order details
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id string
id
externalId string
externalId
invoiceExternalCode string
invoiceExternalCode
invoiceDate string
invoiceExternalCode
nominalAmount number
nominalAmount
recidivism boolean
recidivism
executionDate string
executionDate
comment string
comment
immediate boolean
immediate
endToEndId number
endToEndId
currencyCodeIso string
currencyCodeIso
category string
category
packageNumber number
packageNumber
packageDate string
packageDate
clientId number
clientId
paymentId number
paymentId
orderStatusId number
orderStatusId
categoryId number
categoryId
banked string
banked
processing string
processing
lastSelectionErrorCode string
lastSelectionErrorCode
validType string
validType
validTs string
validTs
intraBankSettlementDate string
intraBankSettlementDate
createdAt datetime
createdAt
updatedAt datetime
updatedAt
creationToken string
creationToken
rfRuleRef string
rfRuleRef
timeTable boolean
timeTable
timeTableId string
timeTableId
remote string
remote
limitDate datetime
limitDate
[
{
"id": "15063",
"externalId": "ID_SYSTEME_EXT",
"invoiceExternalCode": "2018-06-12",
"invoiceDate": "2018-06-12",
"nominalAmount": "10006",
"recidivism": "true",
"executionDate": "2018-06-12",
"comment": "comment",
"immediate": "false",
"endToEndId": "10",
"currencyCodeIso": "EUR",
"category": "SCT",
"packageNumber": "null",
"packageDate": "2018-06-12",
"clientId": "9053",
"paymentId": "6591",
"orderStatusId": "4",
"categoryId": "3",
"banked": "null",
"processing": "null",
"lastSelectionErrorCode": "null",
"validType": "null",
"validTs": "null",
"intraBankSettlementDate": "null",
"createdAt": "2021-10-22 15:22:21",
"updatedAt": "2022-08-05 15:22:21",
"creationToken": "Unknown",
"rfRuleRef": "null",
"timeTable": "false",
"timeTableId": "null",
"remote": "null",
"limitDate": "null"
}
]
No data found with this orderId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...