Run in Apidog
The CustomerInfo service retrieves detailed information about a customer. It is used mainly for inquiry purposes, allowing the system to display or validate customer data already stored.
Request Code Samples
curl --location 'https://hilarionapi.corpayss.net//api/Issuer/GetCustomerInfo?model.customerNo=4578686545&model.tcNo=undefined' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' Responses
{
"ResultObject" : {
"CustomerInfoList" : [
{
"StatCode" : "N" ,
"CustomerGroup" : "9" ,
"CustomerType" : "200" ,
"CustomerLimit" : "10" ,
"StmtStatCode" : "N" ,
"FollowupStatus" : "N" ,
"IsLimitBlocked" : "N" ,
"BankingCustomerType" : "20" ,
"ActivityStatus" : "N" ,
"AutoLimitIncrease" : "1"
}
]
} ,
"Result" : 0 ,
"ReturnDescription" : "Successfully completed." ,
"ApprovalXid" : 0
} Modified at 2026-04-27 11:43:34