Business Address
Verify the physical address of any business in Nigeria using our last mile verification agents.
To conduct a live test
{{baseUrl}}/v1/addresses/business
Request Body
Parameters | Type | Description |
---|---|---|
customerReference (REQUIRED) | string | Customer Reference |
street (REQUIRED) | string | Address Street |
stateName (REQUIRED) | string | Address State Name |
lgaName (REQUIRED) | string | Address Local Govt Area |
landmark (OPTIONAL) | string | Address Landmark |
city (REQUIRED) | string | Address City |
applicant.firstname (REQUIRED) | string | Applicant First Name |
applicant.lastname (REQUIRED) | string | Applicant Last Name |
applicant.phone (REQUIRED) | string | Applicant Phone Number |
applicant.dob (OPTIONAL) | dateString | Applicant Date Of Birth |
applicant.idType (OPTIONAL) | enum : {nin, bvn, frsc, drivers_license } | Applicant Identification Type |
Applicant.idNumber (OPTIONAL) | string | Applicant identification Number |
canContactPoc (REQUIRED) | boolean | Can Reach out to Contact Person? |
rcNumber (REQUIRED) | string | Registered Company Number |
businessType (REQUIRED) | enum : {Formal , Informal } | Business Type |
businessName (REQUIRED) | string | Registered Business Name |
Response Sample
{
"id": 53,
"customerReference": "Buinesss",
"applicant": {
"createdAt": "2022-11-02T21:38:46.000Z",
"updatedAt": "2022-11-02T21:38:46.000Z",
"id": 23,
"firstname": "Kolade",
"middlename": "toyosi",
"lastname": "Alade",
"gender": "female",
"phone": "+2348111111111",
"dob": "2022-09-14"
},
"summary": {
"address_check": "IN_PROGRESS"
},
"status": {
"status": "IN_PROGRESS",
"subStatus": "IN PROGRESS",
"state": "IN_PROGRESS"
},
"address": {
"verificationTypeCode": "address",
"organisationId": 86923,
"requestedAt": "2022-11-02T21:57:56.000Z",
"requestSource": "api",
"archived": false,
"stateId": 25,
"stateName": "Lagos",
"lgaId": 515,
"lgaName": "Mushin",
"location": {
"city": "mushin",
"initialLatitude": 6.52626,
"initialLongitude": 3.35714,
"landmark": "mushin",
"latitude": 6.52626,
"lgaName": "Mushin",
"locationUrl": "https://maps.google.com/?q=6.52626,3.35714",
"longitude": 3.35714,
"stateName": "Lagos",
"street": "13,adetobi kofoworola street ajayi"
},
"business": {
"businessName": "Osakpolor business enterprise ojowowa",
"businessType": "Formal",
"canContactPoc": true,
"rcNumber": "12345678"
},
"isVague": false,
"customerReference": "Buinesss",
"paymentMethodCode": "standard",
"price": 0,
"updatedAt": "2022-11-02T21:57:56.000Z",
"status": {
"status": "IN_PROGRESS",
"subStatus": "IN PROGRESS",
"state": "IN_PROGRESS"
}
},
"duplicateRequest": false
}
Updated 5 months ago