Nigeria
Digital Address Verification
Submit a customer’s address for digital verification and receive a tracking reference.
POST
Digital Address Verification
The Digital Address Verification endpoint initiates a digital address check using cross-referenced data sources. Returns aDocumentation Index
Fetch the complete documentation index at: https://docs.smartcomply.com/llms.txt
Use this file to discover all available pages before exploring further.
reference ID to track completion via the Digital Address Confirmation endpoint.
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 |
|---|---|---|---|
first_name | string | Yes | Customer’s first name |
last_name | string | Yes | Customer’s last name |
nin | string | Yes | Customer’s 11-digit NIN |
phone_number | string | Yes | Customer’s phone number |
birth_date | string | Yes | Date of birth (format: DD/MM/YYYY) |
street | string | Yes | Full street address |
city | string | Yes | City |
lga | string | Yes | Local government area |
state | string | Yes | State |
landmark | string | No | Nearby landmark to aid verification |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.id | integer | Verification record ID |
data.reference | string | Reference ID — pass this to the confirmation endpoint |
data.status.verification | string | Initial verification status |

