This service is used to verify the PIN of a card.
Request
Body Params application/json
{
"CardNo": "54635400ikinnw41",
"PinBlock": "1"
}
Request Code Samples
curl --location 'https://hilarionapi.corpayss.net//api/Issuer/CheckPin' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data '{
"CardNo": "54635400ikinnw41",
"PinBlock": "1"
}'
Responses
{
"ResultObject": true,
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalXid": 0
}
Modified at 2026-04-29 19:56:53