Business Search Advance
With our Business Search endpoint you can verify the authenticity of businesses. This validation is crucial to ensure that the registration information is accurate and legitimate. It plays a key role in maintaining the reliability and trustworthiness of our platform by preventing the inclusion of incorrect or fraudulent business data.
To use this endpoint enter the business name, number and country code.
Test Data
Business name:
Country code: CHN
Business number: 81111111111111E
Post: https://api.prembly.com/verification/asia/kyb/search-advance
Request Header
key | value | description |
---|---|---|
app-id | app-id | your app-id |
x-api-key | x-api-key | your api-key |
Request Body
key | description |
---|---|
business_name | company's business name |
country code | CHN |
business_number | 81111111111111E |
Response
{
"status": true,
"response_code": "00",
"detail": "Verification successful",
"data": {
"Shareholders": {
"total": 40,
"data": [
{
"shareholderSource": "Registry Registered Shareholder",
"amount": "",
"shoudDate": "",
"StockName": "Suqian Enterprise Management Co., Ltd.",
"UltBenefitPer": "",
"CountryRegion": "China",
"StockTag": [],
"StockPercent": "41.73%",
"realCapiType": "",
"shareType": "",
"ShouldCapi": "RMB 2,192,287,123.00",
"creditCode": "913213fdser98",
"CapiDate": "2021-03-31",
"StockType": "Corporate Shareholder",
"RealCapi": "DRE 2,000,000,000.00",
"shouldCapiType": ""
},
"verification": {
"reference": "c322cb29-35b1-44e3-9dc9-950662991be0",
"verification_status": "pending"
}
}
Updated 7 months ago