Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request POST '/benefit_in_kind/card_orders/new_cards' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"customer_id": "string",
"description": "string",
"invoice_reference": "string",
"cost_center": "string",
"payment_method": "bank_transfer",
"entries": [
{
"voucher_owner_id": "string",
"emboss_line_1": "string",
"emboss_line_2": "string",
"voucher_configuration_preset": {
"allowed_postal_codes": [
"string"
],
"postal_code": "string",
"merchant_network_id": "string"
}
}
]
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}