Get Card Private Info
Deprecated
This service brings the expiry date and CVV2 in encrypted form.
Request Code Samples
curl --location 'https://hilarionapi.corpayss.net//api/Issuer/GetCardPrivateInfo?model.cardNo=54635400ikinnw41' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205'
Responses
{
"ResultObject": {
"CardNo": "NcFxAtfniYXx8ji/Lx6ggjDjlVKnP6bG",
"ExpiryDate": "3bOluv33MUU=",
"Cvv2": "gn3T9VSCvUE="
},
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2026-04-22 13:51:12