8.3 Changes in card balance
1.
Notification after card balance adjustment;
2.
After successful receipt, confirmation must be returned synchronously, example {"code": "200","msg": "Received successfully"}
Request
Body Params application/json
{
"eventType": "CardTopup",
"cardId": "CIDV2504072011100869",
"rechargeAmount": "10",
"orderNo": "CD2507170545107911"
}
Request samples
curl --location --request POST 'https://api-test.tevaupay.com' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"eventType": "CardTopup",
"cardId": "CIDV2504072011100869",
"rechargeAmount": "10",
"orderNo": "CD2507170545107911"
}'
Responses
application/json {
"code": "200",
"msg": "Received successfully"
}
Modified at 2025-07-29 02:59:12