This service links a noname (unassigned) card to an existing customer.
Request
Body Params application/json
{
"CardNo": "54129200wzqyhp44",
"CustomerNo": "5253499103",
"ApplicationNo": "et incididunt velit dolore est"
}
Request Code Samples
curl --location 'https://hilarionapi.corpayss.net//api/Issuer/RegisterCard' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data '{
"CardNo": "54129200wzqyhp44",
"CustomerNo": "5253499103",
"ApplicationNo": "et incididunt velit dolore est"
}'
Responses
{
"ResultObject": true,
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalXid": 0
}
Modified at 2026-04-27 13:34:02