Business Verification

Verify a company information

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

Headers

Request Body

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

Last updated