Business Verification
Verify a company information
POST
{{BASE_URL}}/api/v2/biometrics/merchant/data/verification/sa/company
Headers
Name
Type
Description
x-api-key*
String
your secret key
app-id*
String
your app id
Request Body
Name
Type
Description
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