Passport verification

Verify an International Passport

With our international passport verification endpoint, businesses can quickly and easily verify the authenticity of a 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

Name:

Passport no:


📘

Post

<https://api.prembly.com/identitypass/verification/asia/kyc/australia/verify-passport/basic

Headers

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

Body

keyvaluedescription
namejohncustomer name
number123456990customer passport number

Response

{
   "status":true,
   "response_code":"00",
   "detail":"Verification successful",
   "data":{
      "checkMessage":"",
      "checkType":"PASS"
   },
   "verification":{
      "reference":"3659dff0-c328-42d3-9e47-bcc445a20a6f"
   }
}