Business Address Verification

Submit an address for physical verification of a business in Nigeria

{{baseUrl}}/api/v1/kyc/address/business

Header

HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

POST Parameters

BodyTypeDescription
business_namestringName of business
business_mobilestringOffice mobile number of the business
first_namestringFirst name of business owner
last_namestringLast name of business owner
mobilestringMobile number of business owner
streetstringHouse number, street name of the business
landmarkstringThe closest landmark to the location
lgastringLGA
citystringCity
statestringState

Response Sample

{
    "entity": {
        "status":"pending" ,
        "reference_id": "69e10264-4b90-64fe-b4b7-c9dddafd0241"
    }
}