This service creates a card embossing request.
Request
Body Params application/json
{
"CardNo": "54635400ikinnw41",
"ProductId": "921",
"EmbossCode": "TB",
"RequestType": "C",
"ExtendExpiryDate": true
}
Request Code Samples
curl --location --request POST 'https://hilarion.corpayss.net:8422/api/Integration/CreateEmbossDirective' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
"CardNo": "54635400ikinnw41",
"ProductId": "921",
"EmbossCode": "TB",
"RequestType": "C",
"ExtendExpiryDate": true
}'
Responses
{
"ResultObject": {
"CardNo": "54635499itjcek15",
"ExpiryDate": 202912
},
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2025-11-13 19:40:08