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,
"TrxInstallmentType": "N",
"Currency": 978,
"TrxDescription": "DOLOR VOLUPTATE INCIDIDUNT",
"CardNo": "54635405ohxcwb24",
"TrxAmount": 6843,
"OrgRRN": "",
"MerchantNo": "999900000050207",
"TerminalNo": "CRTPOS01"
}
Request Code Samples
curl --location 'https://hilarionapi.corpayss.net//api/Issuer/SendTransaction' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data '{
"ChannelCode": "200",
"TransactionType": 10,
"TransactionEffect": 10,
"TrxInstallmentType": "N",
"Currency": 978,
"TrxDescription": "DOLOR VOLUPTATE INCIDIDUNT",
"CardNo": "54635405ohxcwb24",
"TrxAmount": 6843,
"OrgRRN": "",
"MerchantNo": "999900000050207",
"TerminalNo": "CRTPOS01"
}'
Responses
{
"ResultObject": {
"AuthCode": "464059",
"ResponseCode": "00",
"IRC": " ",
"RRN": "925616004457"
},
"Result": 0,
"ReturnDescription": "Successfully completed.",
"ApprovalXid": 0
}
Modified at 2026-04-28 12:44:09