Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request PUT '/unlimited/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",
"voucher_configuration_preset": {
"ecommerce_allowed": true
}
}
]
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}