Used to check the balance of the prepaid account. Please make sure to keep sufficient balance.
Request
Body Params application/json
Request samples
curl --location --request POST 'https://api-test.tevaupay.com/openapi/query/getCardAccountInfo' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{}'
Responses
application/json {
"code": 0,
"msg": "SUCCESS",
"data": {
"availableAmount": 3.39
},
"ok": true
}
Modified at 2025-07-29 03:00:41