Used to check the balance of the prepaid account. Please make sure to keep sufficient balance.
Request
Body Params application/json
Request Code Samples
curl --location 'https://api-test.tevaupay.com/openapi/query/getCardAccountInfo' \
--header 'x-nexus-api-key;' \
--header 'versions: v1' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data '{
"type": "platform"
}'
Responses
application/json
{
"code": 0,
"msg": "SUCCESS",
"data": {
"availableAmount": 3.39
},
"ok": true
}
Modified at 2026-06-03 02:08:38