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