This service retrieves detailed information about a specific card.
Request Code Samples
curl --location --request GET 'https://hilarion.corpayss.net:8422/api/Integration/GetCardInfo?model.cardNo=54129200jzvqvo48&model.customer' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205'
Responses
{
"ResultObject": {
"CardInfoList": [
{
"CardNo": "54635405ohxcwb24",
"CustomerNo": "1308560",
"BarcodeNo": "8909403490284",
"CardLevel": "M",
"CardDci": "D",
"CardType": "N",
"CardStatCode": "N",
"CardSubStatCode": "N",
"CardStatDescription": "NORMAL",
"EmbossName1": "DOLOR SUNT",
"EmbossName2": "",
"CardProductName": "PMX MSC PRP",
"CardProductId": "889",
"CardBranch": "444",
"IsBusiness": false,
"LogoCode": "PRP1",
"ExpiryDate": "202912"
}
]
},
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2025-11-13 19:33:05