{
"transactionID": "string",
"transactionAmount": "string",
"billAmount": "string"
}curl --location --request POST 'https://api-test.tevaupay.com/openapi/trade/reversal' \
--header 'x-nexus-api-key: c0d5e623fb6de1867f2e336975c934c6' \
--header 'appId: P3wmnamRzMsLjimu' \
--header 'timestamp: 20250901150426' \
--header 'nonce: 83D52F6DS38P3FTCH3M4B0CQ6AJZQDW4' \
--header 'sign: 8ca94291ed9cb1783df63a9eecb775f04bc2106993a9ef1c4c857dfd6b2eb832' \
--header 'versions: v1' \
--header 'Content-Type: application/json' \
--data-raw '{
"transactionID": "string",
"transactionAmount": "string",
"billAmount": "string"
}'{
"orderId": "CT2506140649104189",
"cardId": "CIDV019485633101",
"eventType": "Reversal",
"status": 1,
"transAmount": 20,
"transCurrency": "CNY",
"merchantData": {
"mccCode": "6011",
"merchantId": "12345678",
"merchantName": "Tevau",
"merchantCountry": "HK"
},
"details": {
"subOrderId": "S2506140656104192",
"principal": 10,
"reversal": {
"reversal": 4,
"reversalFee": 0.16,
"channelReversal": 4,
"channelReversalFee": 0.32
},
"fxFee": 0.12,
"authorizationFee": 0.04,
"atmFee": 0,
"channelPrincipal": 10,
"channelAtmFee": 0,
"channelAuthorizationFee": 0.08,
"channelFxFee": 0.24,
"subStatus": 3,
"subType": 6,
"remark": "Reversal Partially Cancelled",
"createTime": 1749884164000,
"createTimeStamp": 1749884164148
},
"channel": "ECOMMERCE"
}