This service applies restrictions to a card, preventing it from performing specific types of transactions.
Request
Body Params application/json
{
"Xid": 0,
"CardNo": "54635410xzaitu15",
"Mcc": "8062",
"TrxCode": "10~10~10~N",
"NoPinTrx": false,
"StartDate": "20251003",
"EndDate": "20300406",
"ChangeType": "I"
}
Request Code Samples
curl --location 'https://hilarionapi.corpayss.net//api/Issuer/CardRestriction' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data '{
"Xid": 0,
"CardNo": "54635410xzaitu15",
"Mcc": "8062",
"TrxCode": "10~10~10~N",
"NoPinTrx": false,
"StartDate": "20251003",
"EndDate": "20300406",
"ChangeType": "I"
}'
Responses
{
"ResultObject": true,
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalXid": 0
}
Modified at 2026-04-29 19:44:05