POST
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.
/api/v1/kyc/address/businessHeaders
Body parameters
Response
The submit call returns anentity 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 — callGET /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