Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request POST '/card_orders' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"voucher_category": "mixed",
"description": "string",
"invoice_reference": "string",
"cost_center": "string",
"payment_method": "bank_transfer"
}'{
"meta": {
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"total_entries": 0
},
"data": [
{
"id": "string",
"state": "string",
"state_label": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"submitted_at": null,
"production_started_at": null,
"delivered_at": null,
"is_cancellable": true,
"customer": null,
"description": null,
"invoice_reference": null,
"cost_center": null,
"payment_method": null,
"invoice": null,
"production_invoice": null,
"shipping_invoice": null,
"voucher_category": "mixed",
"entries_count": 0
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": null,
"next": null,
"last": "http://example.com"
}
}