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

Headers

keyvaluedescription
app-idapp-idyour app-id
x-api-keyapi-keyyour api-key

Body

keyvaluedescription
namecustomer name
numbercustomer's ID number
dobcustomer's date of birth

Response

{
   "status":true,
   "response_code":"00",
   "detail":"Verification successful",
   "data":{
      "checkMessage":"",
      "checkType":"PASS"
   },
   "verification":{
      "reference":"dff40662-365d-4c74-bbc4-f32bce264443"
   }
}