Business Verification

Verify a company information

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

Headers

NameTypeDescription

x-api-key*

String

your secret key

app-id*

String

your app id

Request Body

NameTypeDescription

reservation_number*

String

the company reservatino number

customer_name*

String

your customer name

customer_reference*

String

your customer reference

 {
    "status": true,
    "response_code":"00",
    "detail":"Verification Successful",
    "data":{
          "name":"",
          "res_status":"",
          "is_compliant":"",
          "ent_subtype":"",
           "reg_date":"",
           "reg_nr":"",
           "reg_end_date":"",
           "name_change_hist":"",
         }
 }

Last updated