{
"cardID": "CIDV2504091644898565",
"billAmount": "30",
"transactionAmount": "59",
"transactionCurrency": "CNY"
}curl --location --request POST 'https://api-test.tevaupay.com/openapi/trade/authorisation' \
--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 '{
"cardID": "CIDV2504091644898565",
"billAmount": "30",
"transactionAmount": "59",
"transactionCurrency": "CNY"
}'{
"orderId": "CT2506140813104252",
"cardId": "CIDV019485633101",
"eventType": "Authorization",
"status": 1,
"transAmount": 20,
"transCurrency": "CNY",
"merchantData": {
"mccCode": "6011",
"merchantId": "12345678",
"merchantName": "Tevau",
"merchantCountry": "HK"
},
"details": {
"subOrderId": "S2506140813104249",
"principal": 10,
"fxFee": 0.3,
"authorizationFee": 0.1,
"atmFee": 0,
"channelPrincipal": 10,
"channelAtmFee": 0,
"channelAuthorizationFee": 0.2,
"channelFxFee": 0.6,
"subStatus": 5,
"subType": 1,
"remark": "Transaction Authorization",
"createTime": 1749888799000,
"createTimeStamp": 1749888799163
},
"channel": "ECOMMERCE"
}