Returns all or specific captured payments of the order
GET /api/v3/orders/{orderNumber}/captures/{captureNumber}
null
{
"captures": [
{
"amount": 185,
"balance": 0,
"currency": "EUR",
"orderDate": "2023-09-27T10:49:11Z",
"updatedAt": "2023-09-27T12:24:53Z",
"insertedAt": "2023-09-27T10:50:32Z",
"orderNumber": "riverty1",
"captureItems": [
{
"groupId": "",
"imageUrl": "https://developer-sandbox.riverty.com/images/black_leather_jacket.jpg",
"quantity": 1,
"productId": "4534-BLK-M",
"vatAmount": 16,
"vatPercent": 19,
"description": "Leather jacket, Black, size M",
"netUnitPrice": 84,
"grossUnitPrice": 100
},
{
"groupId": "",
"imageUrl": "https://developer-sandbox.riverty.com/images/grey_socks.jpg",
"quantity": 5,
"productId": "5745-GRY-M",
"vatAmount": 1.6,
"vatPercent": 19,
"description": "Socks, Grey, Size M",
"netUnitPrice": 8.4,
"grossUnitPrice": 10
},
{
"groupId": "",
"imageUrl": "https://developer-sandbox.riverty.com/images/brown_wool_hat.jpg",
"quantity": 1,
"productId": "3323-BRN-M",
"vatAmount": 4.79,
"vatPercent": 19,
"description": "Woolen hat, brown, Size M",
"netUnitPrice": 25.21,
"grossUnitPrice": 30
},
{
"type": "ShippingFee",
"groupId": "",
"quantity": 1,
"productId": "SHIP",
"vatAmount": 0.8,
"vatPercent": 19,
"description": "Shipping",
"netUnitPrice": 4.2,
"grossUnitPrice": 5
}
],
"captureNumber": "800090089",
"reservationId": "fb583567-c5a1-45de-a341-289c75e3f3dd",
"customerNumber": "AP000100919",
"totalRefundedAmount": 185
}
]
}