This service loads funds onto a prepaid card.
Request
Body Params application/json
{
"CardNo": "54635400ikinnw41",
"TxnAmount": 1,
"BankRefNumber": "111",
"TxnDescription": "balance top-up",
"RequestType": "0",
"Channel": "1",
"BranchId": "1",
"OriginalRRN": "string"
}
Request Code Samples
curl --location --request PATCH 'https://hilarion.corpayss.net:8422/api/Integration/LoadCardBalance' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
"CardNo": "54635400ikinnw41",
"TxnAmount": 1,
"BankRefNumber": "111",
"TxnDescription": "balance top-up",
"RequestType": "0",
"Channel": "1",
"BranchId": "1",
"OriginalRRN": "string"
}'
Responses
{
"ResultObject": {
"ProvisionCode": "463449",
"RRN": "111000000000",
"RspCode": 0,
"RspDesc": "TXN APPROVED"
},
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2025-11-13 19:27:54