National Passport
Verify an International Passport
With our Chinese international passport verification endpoint, businesses can quickly and easily verify the authenticity of a Chinese customer's passport, ensuring that their identity is legitimate and up-to-date.
Using the international passport verification endpoint assists businesses to verify the identity of customers with greater accuracy and speed, while also providing valuable data to enhance service offerings.
All you need to provide to use this endpoint is your customer’s first name, last name and passport number.
Test data
Post
<https://api.prembly.com/identitypass/verification/asia/kyc/china/verify-passport/basic
Headers
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | api-key | your api-key |
Body
key | value | description |
---|---|---|
name | john | customer name |
number | 123456990 | customer passport number |
Response
{
"status":true,
"response_code":"00",
"detail":"Verification successful",
"data":{
"checkMessage":"",
"checkType":"PASS"
},
"verification":{
"reference":"3659dff0-c328-42d3-9e47-bcc445a20a6f"
}
}
Updated 4 months ago