{
"transactionID": "string",
"transactionAmount": "string",
"billAmount": "string",
"unrelated": "string"
}
curl --location --request POST 'https://api-test.tevaupay.com/openapi/trade/refund' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionID": "string",
"transactionAmount": "string",
"billAmount": "string",
"unrelated": "string"
}'
{
"orderId": "CT2506140802104234",
"cardId": "CIDV019485633101",
"eventType": "Refund",
"status": 2,
"transAmount": 10,
"transCurrency": "CNY",
"merchantData": {
"mccCode": "6011",
"merchantId": "12345678",
"merchantName": "Tevau",
"merchantCountry": "HK"
},
"details": {
"subOrderId": "S2506140809104246",
"principal": 5,
"refund": {
"refund": 5,
"refundFee": 0.2,
"channelRefund": 5,
"channelRefundFee": 0.4
},
"fxFee": 0.15,
"authorizationFee": 0.05,
"atmFee": 0,
"channelPrincipal": 5,
"channelAtmFee": 0,
"channelAuthorizationFee": 0.1,
"channelFxFee": 0.3,
"subStatus": 1,
"subType": 9,
"remark": "Refund Standard",
"createTime": 1749888598000,
"createTimeStamp": 1749888597830
},
"channel": "ECOMMERCE"
}