2.3 Query liveness results
1.
Used to check whether the customer has completed the liveness authentication, and it will be submitted for review only after completion;
2.
The query interval is limited to 10 seconds;
Request
Body Params application/json
{
"userCode": "CB14837342",
"accountId": "9536436c-fcd3-44b1-91ec-c352219f77d0",
"transactionId": "62e84177-b1dd-424c-861a-076d3f391653"
}
Request samples
curl --location --request POST 'https://api-test.tevaupay.com/openapi/kyc/getLevel2Result' \
--header 'x-nexus-api-key;' \
--header 'versions;' \
--header 'appId;' \
--header 'timestamp;' \
--header 'nonce;' \
--header 'sign;' \
--header 'Content-Type: application/json' \
--data-raw '{
"userCode": "CB14837342",
"accountId": "9536436c-fcd3-44b1-91ec-c352219f77d0",
"transactionId": "62e84177-b1dd-424c-861a-076d3f391653"
}'
Responses
application/json {
"code": 0,
"msg": "string",
"data": {
"auditStatus": 0
},
"ok": true
}
Modified at 2025-07-29 02:58:27