Business Verification

Verify a company information

POST {{BASE_URL}}/api/v2/biometrics/merchant/data/verification/sa/company

Headers

NameTypeDescription

x-api-key*

String

your secret key

app-id*

String

your app id

Request Body

NameTypeDescription

reg_number*

String

the company registration number

customer_name*

String

your customer name

customer_reference*

String

your customer reference

 {
    "status": true,
    "response_code":"00",
    "detail":"Verification Successful",
    "data":{
          "name":"",
          "registration_number":"",
          "company_type":"",
          "region":"",
          "no_of_directors":"",
         }
 }

Last updated