Nigeria
Passport Verification
Verify a customer’s identity using their Nigerian international passport number.
POST
Passport Verification
The Passport Verification endpoint validates a Nigerian passport number against the government database and returns the holder’s personal details, passport validity dates, and a photo.Documentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
Request
Headers
| Header | Value | Required |
|---|---|---|
x-access-token | Your API secret key | Yes |
Content-Type | application/json | Yes |
Body Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
passport_number | string | Yes | The customer’s passport number |
surname | string | Yes | Surname as on the passport |
date_of_birth | string | Yes | Date of birth in YYYY-MM-DD format |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.passportNumber | string | Passport number |
data.lastName | string | Last name |
data.firstName | string | First name |
data.middleName | string | Middle name |
data.dateOfBirth | string | Date of birth |
data.gender | string | Gender |
data.dateOfIssue | string | Passport issue date |
data.expiryDate | string | Passport expiry date |
data.issuePlace | string | State/location where passport was issued |
data.documentType | string | Passport type (e.g., "Standard Passport") |
data.phoneNumber | string | Registered phone number |
data.image | string | Base64-encoded passport photo |
data.referenceID | string | Internal reference ID |

