Get all the orders lines
GET/account/order/lines/:orderId/
Get all the orders lines
Request
Path Parameters
orderId stringrequired
The Id of the order you want to get
Responses
- 200
- 204
- 400
- 401
- 403
- 500
Return a list of orders lines
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
id number
id
orderPaymentId number
externalId
orderStatusId number
externalId
paymentId number
paymentId
currencyCodeIso string
currencyCodeIso
sddSendDate string
sddSendDate
settlementDate string
settlementDate
rejectCodeIso string
rejectCodeIso
rejectLabel string
rejectLabel
rejectDate string
rejectDate
immediate string
immediate
sum string
sum
processing string
processing
paymentSequence string
paymentSequence
paymentRank string
paymentRank
orderStatusUpdateDate string
orderStatusUpdateDate
pacsMsgId string
pacsMsgId
pacsTxId string
pacsTxId
payzenTxId string
payzenTxId
repaid boolean
repaid
repaidDate string
repaidDate
creationToken string
creationToken
txResponseCode string
txResponseCode
txResponseMessage string
txResponseMessage
authorisationNumber string
authorisationNumber
[
{
"id": "15063",
"orderPaymentId": "16037",
"orderStatusId": "1",
"paymentId": "6591",
"currencyCodeIso": "EUR",
"sddSendDate": "20180612",
"settlementDate": "20180612",
"rejectCodeIso": "null",
"rejectLabel": "null",
"rejectDate": "20180612",
"immediate": "null",
"sum": "null",
"processing": "10008",
"paymentSequence": "null",
"paymentRank": "null",
"orderStatusUpdateDate": "null",
"pacsMsgId": "OU66AZ3712L-00100003898-20220804",
"pacsTxId": "V-0100003902-0000016037-OU66AZ3712L",
"payzenTxId": "null",
"repaid": "false",
"repaidDate": "20180612",
"creationToken": "null",
"txResponseCode": "null",
"txResponseMessage": "null",
"authorisationNumber": "null"
}
]
No data found for this orderId
Bad Request
Unconfigured supplier for this user
Access to the resource is forbidden for this user
Internal Server Error
Loading...