Request

{{baseUrl}}/api/v1/kyc/address/business
HeaderTypeDescription
AppIdstringyou would need to create an app to get your app ID
Authorizationstringpublic secret key e.g prod_sk_1T1eSavlZxy02OT3OWlvbxK4G

Body parameter

KeyTypeDescription
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

Sample response

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