Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request POST '/invoices' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"order_id": "string",
"reference": "string"
}'{
"meta": {
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"total_entries": 0
},
"data": [
{
"id": "string",
"type": "string",
"number": "string",
"state": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"booked_on": null,
"service_period_start": null,
"service_period_end": null,
"creditor": "givve",
"due_on": "2019-08-24",
"paid_at": null,
"cancellation_number": "string",
"cancelled_at": null,
"gross_amount": null,
"net_amount": null,
"recipient": null,
"orders": [
{
"id": "string",
"type": "string",
"property1": "string",
"property2": "string"
}
],
"reference": null,
"cost_center": null,
"payment_method": "string"
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": null,
"next": null,
"last": "http://example.com"
}
}