This service is used to send an online transaction to a card for processing.
Request
Body Params application/json
{
"ChannelCode": "200",
"TransactionType": "10",
"TransactionEffect": "10",
"TxnInstallType": "N",
"Currency": 978,
"TxnDescription": "string",
"CardNo": "54635400cbedrq63",
"TxnAmount": 0,
"OrgRRN": "",
"MerchantNo": "700000010001693",
"TerminalNo": "00101008"
}
Request Code Samples
curl --location --request POST 'https://hilarion.corpayss.net:8422/api/Integration/SendTransaction' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data-raw '{
"ChannelCode": "200",
"TransactionType": "10",
"TransactionEffect": "10",
"TxnInstallType": "N",
"Currency": 978,
"TxnDescription": "string",
"CardNo": "54635400cbedrq63",
"TxnAmount": 0,
"OrgRRN": "",
"MerchantNo": "700000010001693",
"TerminalNo": "00101008"
}'
Responses
{
"ResultObject": {
"AuthCode": "464059",
"RespCode": "00",
"IRC": " ",
"RRN": "925616004457"
},
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalRefNumber": 0
}
Modified at 2025-11-13 19:29:53