Nigeria
Physical Address Confirmation
Retrieve the result of a previously submitted physical address verification using its identity check ID.
POST
Physical Address Confirmation
The Physical Address Confirmation endpoint retrieves the final status of a physical address verification. Pass theDocumentation 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 returned from either the Physical Address (Lagos) or Physical Address (Other States) 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 |
|---|---|---|---|
identity_check_id | integer | Yes | The ID returned from the physical address verification endpoint |
Example
Response
200 OK
| Field | Type | Description |
|---|---|---|
data.status | string | Final verification status ("completed", "pending", "failed") |
data.street | string | Verified street address |
data.city | string | Verified city |
data.lga | string | Verified LGA |
data.state | string | Verified state |
data.first_name | string | Customer’s first name |
data.last_name | string | Customer’s last name |

