This service applies restrictions to a card, preventing it from performing specific types of transactions.
Request
Body Params application/json
{
"Guid": 0,
"CardNo": "54635400ikinnw41",
"Mcc": "8062",
"TxnCode": "10~10~10~N",
"NoPinTxn": false,
"StartDate": "20270616",
"EndDate": "20290616",
"DmlType": "I"
}
Request Code Samples
curl --location --request POST 'https://hilarion.corpayss.net:8422/api/Integration/CardRestriction' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
"Guid": 0,
"CardNo": "54635400ikinnw41",
"Mcc": "8062",
"TxnCode": "10~10~10~N",
"NoPinTxn": false,
"StartDate": "20270616",
"EndDate": "20290616",
"DmlType": "I"
}'
Responses
{
"ResultObject": true,
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2025-11-13 19:16:22