Government ID Verification
Verify a Chinese Government ID
With our Chinese Government ID Verification, You can verify the authenticity of a Chinese government-issued identification. These IDs typically include passports, driver's licenses, national identification cards, and other forms of government-issued identification.
To use this endpoint, please provide User's Name, Number and Date of birth.
Test data
Post
https://api.prembly.com/identitypass/verification/asia/kyc/china/verify-govt-id/basic
Request headers
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | api-key | your api-key |
Request body
key | value | description |
---|---|---|
name | john | customer name |
number | customer's ID number | |
dob | customer's date of birth |
Response
{
"status":true,
"response_code":"00",
"detail":"Verification successful",
"data":{
"checkMessage":"",
"checkType":"PASS"
},
"verification":{
"reference":"dff40662-365d-4c74-bbc4-f32bce264443"
}
}
Updated 9 months ago