Verify Nigerian International Passport (Passport)

NOTE: The Passport verification service is very unstable and might not be available at the time the call to the service is made. This is a service uptime issue from our 3rd party provider. For more information, send an email to [email protected]

Passport Verification

POST {{baseurl}}/v2/api/identity/ng/passport

Headers

Name
Type
Description

token*

String

API secret token

Request Body

Name
Type
Description

id*

String

Valid Passport Number

isSubjectConsent*

Boolean

Indicate subject has given consent. Must be true

lastName*

String

lastname to compare against ID

firstName

String

firstname to compare against ID

Validation

Object

Validation Object

Data

Object

Validation Object

dateOfBirth

String

date of birth to compare against ID

selfie

Object

Selfie validation object

image

String

Selfie image to compare against ID

metadata

Object

Metadata object. Any valid object can be passed here. It gets returned as is.

Passport Verification

Passport verification is used to verify that a provided Nigerian International Passport number exists in the database. It shows the full information of the passport holder;

Passport Facial Matching

Passport Facial Matching is used to verify that a Passport is valid and also that image provided matches the image in the database. This includes a confidence score of the Facial matching.

Passport Validation

Passport Validation is used to verify a Passport and compare given data parameters against the data present in the government database. For example, a first name and last name can be provided and this will validate as true or false as to whether it matches with the names in the database or not.

Passport Full Sample Request

This is a sample request that contains all the parameters as described above, all in one call.

Last updated

Was this helpful?