Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/gift/customers//configuration' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"default_emboss_line_1": "string",
"default_emboss_line_2": "string",
"invoice_reference": "string",
"cost_center": "string",
"voucher_configuration_preset": {
"merchant_network_id": "string"
}
}'{
"meta": null,
"data": {
"id": "string",
"created_at": "2019-08-24T14:15:22.123Z",
"updated_at": "2019-08-24T14:15:22.123Z",
"default_emboss_line_1": null,
"default_emboss_line_2": null,
"invoice_reference": null,
"cost_center": null,
"enabled": true,
"voucher_configuration_preset": null
}
}