Transactions & Balance Operations Card To Card Balance Transfer
Run in Apidog
This service transfers funds from one on-us card to another on-us card. It updates both card balances and records the transaction for tracking and reconciliation purposes.
Request Body Params application/json
{
"SourceCard" : "54635405ohxcwb24" ,
"DestinationCard" : "54635445zrqmsk89" ,
"Amount" : 1 ,
"RefNo" : "1"
} Request Code Samples
curl --location 'https://hilarionapi.corpayss.net//api/Issuer/CardToCardBalanceTransfer' \
--header 'token: 58ff081d-eba7-4e9c-bfab-3cd51792b96d+202501211205' \
--header 'Content-Type: application/json' \
--data '{
"SourceCard": "54635405ohxcwb24",
"DestinationCard": "54635445zrqmsk89",
"Amount": 1,
"RefNo": "1"
}' Responses
{
"ResultObject" : true ,
"Result" : 0 ,
"ReturnDescription" : "Successfully completed." ,
"ApprovalXid" : 0
} Modified at 2026-04-29 14:19:46