Query the user's status information through Tevau's userCode
Request
Body Params application/json
{
"userCode": "CB14837342"
}
Request samples
curl --location --request POST 'https://api-test.tevaupay.com/openapi/user/getUserInfo' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userCode": "CB14837342"
}'
Responses
application/json {
"code": 0,
"msg": "SUCCESS",
"data": {
"userCode": "CQ77262710",
"userStatus": 0,
"openCardStatus": 0,
"createTime": "2025-06-03 02:24:42",
"auditStatus": 0,
"thirdId": "user900122"
},
"ok": true
}
Modified at 2025-07-29 02:57:27