Skip to main content
POST/api/v1/kyc/address/business
Submit a business name, its contact and the owner’s details for physical verification of the company address in Nigeria. Like the individual check, it’s asynchronous — submit returns a reference_id you poll for the result.

Headers

Body parameters

Response

The submit call returns an entity with status: "pending" and a reference_id. Keep the reference_id to retrieve the result.

Fetch verification results

Business submissions are polled the same way as individual ones — call GET /api/v1/kyc/address with the reference_id returned above. The result entity carries the same shape (applicant/contact, captured location and photos, a neighbour reference and agent comments); see Individual Address → Fetch verification results for the full response.
GET /api/v1/kyc/address

Errors