{
"cardID": "CIDV2504091644898565",
"billAmount": "30",
"transactionAmount": "59",
"transactionCurrency": "CNY"
}
curl --location --request POST 'https://api-test.tevaupay.com/openapi/trade/authorisation?cardID' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--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"
}