Nigeria
NIN with Face
Verify a customer’s NIN combined with a facial image for enhanced identity confirmation.
POST
NIN with Face
The NIN with Face endpoint verifies a customer’s National Identification Number and performs a facial comparison against a provided photo URL. It returns full NIN profile data plus face match results.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 |
|---|---|---|---|
identification_number | string | Yes | The customer’s 11-digit National Identification Number |
image_url | string | Yes | URL of the customer’s photo for facial comparison |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.nin_data | object | Full NIN profile (same fields as the NIN endpoint) |
data.face_data.message | string | Face match result message |
data.face_data.confidence | number | Match confidence percentage (0–100) |
data.verification.status | string | "VERIFIED" if identity confirmed |
data.verification.reference | string | Unique verification reference ID |

