Skip to main content
POST/api/v1/kyc/address
Submit a person’s name, phone and address for physical verification in Nigeria. The call is asynchronous — it returns a reference_id you poll to collect the result once an agent has visited the address.

Headers

Body parameters

Response

The submit call returns an entity with status: "pending" and a reference_id. Store the reference_id — it’s how you retrieve the result.

Fetch verification results

Poll GET /api/v1/kyc/address with the reference_id from the submit call. While the visit is outstanding the status stays pending; once complete, data carries the applicant details, captured location and photos, a neighbour reference and any agent comments.
GET /api/v1/kyc/address
200 — result ready

Errors