Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
curl --location --request POST '/card_orders//entries' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"carrier_type": "string",
"voucher_id": "string",
"voucher_token": "string",
"renew": true,
"replacement": true,
"emboss_line_1": "string",
"emboss_line_2": "string",
"image_id": "string",
"voucher_owner_id": "string",
"voucher_owner": {
"title": "string",
"first_name": "string",
"last_name": "string",
"identifier": "string",
"email": "string",
"address_line_1": "string",
"address_line_2": "string",
"zip_code": "string",
"city": "string",
"country_code": "string"
},
"voucher_configuration": {
"type": "classic",
"postal_data_id": "string",
"merchant_id": "string",
"merchant_network_id": "string"
}
}'{
"meta": {
"total_pages": 0,
"current_page": 0,
"page_size": 0,
"total_entries": 0
},
"data": [
{
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"ordered_at": null,
"voucher": null,
"renew": null,
"image_id": null,
"carrier_type": "string",
"emboss_line_1": "string",
"emboss_line_2": "string",
"voucher_owner": null,
"voucher_owner_id": null,
"voucher_configuration": null,
"voucher_configuration_preset": null,
"state": null,
"replacement": true,
"transfer_balance": true,
"inherit_constraints": true
}
],
"links": {
"self": "http://example.com",
"first": "http://example.com",
"prev": null,
"next": null,
"last": "http://example.com"
}
}