Should you notice any errors in our documentation, please don’t hesitate to contact us. Thank you!
Authorization: Bearer ********************curl --location --request POST '/gov_benefit/card_orders/renewals' \
--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": [
{
"token": "string",
"emboss_line_1": "string",
"emboss_line_2": "string",
"replacement": true
}
]
}'{
"errors": [
{
"detail": "string",
"code": "string",
"source": {}
}
]
}