Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/gift/card_orders//new_cards' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"entries": [
{
"id": "string",
"voucher_owner_id": "string",
"emboss_line_1": "string",
"emboss_line_2": "string",
"load_amount": {
"cents": 100,
"currency": "EUR"
},
"gift_definition_id": "string"
}
]
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}