Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
{
"meta": null,
"data": {
"id": "string",
"completed_at": null,
"created_at": "2022-06-29T10:49:11.438+02:00",
"customer": {
"id": "string",
"type": "customer"
},
"description": null,
"entries": [
{
"id": "string",
"created_at": null,
"updated_at": null,
"ordered_at": null,
"completed_at": null,
"amount": {
"cents": 0,
"currency": "EUR"
},
"minimum_unload_amount": {
"cents": 0,
"currency": "EUR"
},
"available_balance": {
"cents": 0,
"currency": "EUR"
},
"unloaded_amount": {
"cents": 0,
"currency": "EUR"
},
"unload_fee": {
"cents": 0,
"currency": "EUR"
},
"state": "open",
"voucher": {
"type": "voucher",
"id": "string",
"token": "string"
}
}
],
"invoice": null,
"minimum_unload_amount": {
"cents": 0,
"currency": "EUR"
},
"state": "incomplete",
"submitted_at": "2022-06-29T16:08:15.449+02:00",
"total_fee": null,
"total_unloaded": null,
"total": null,
"updated_at": "2024-11-05T06:22:23.582+01:00",
"voucher_category": "benefit_in_kind"
}
}
curl --location --request GET 'https://www-staging.givve.com/api/unload_orders//entries/' \
--header 'Authorization: Bearer ' \
--header 'Accept-Version: v2'
{}