Nigeria
Physical Address Verification (Lagos)
Submit a physical address verification request for customers located in Lagos.
POST
Physical Address (Lagos)
The Physical Address Verification (Lagos) endpoint dispatches a field agent to physically verify a customer’s address within Lagos State. 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.
identity_check_id to track the request via the Physical Address Confirmation endpoint.
Physical address verification is asynchronous. A field agent will visit the address; you will be notified by email and webhook when verification is complete. Use the confirmation endpoint to poll the result.
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 in Lagos |
city | string | Yes | City (must be within Lagos) |
lga | string | Yes | Lagos local government area |
state | string | Yes | Must be "Lagos" |
landmark | string | No | Nearby landmark to help the field agent |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.identity_check_id | integer | Use this ID with the confirmation endpoint |
data.status | string | Initial status: "pending" |
data.street | string | Address submitted for verification |
data.city | string | City submitted |
data.state | string | State submitted |

