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