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: AUS

business_number: 91111111111111111E

📘

Post: https://api.prembly.com/verification/asia/kyb/search-advance

Request Header

keyvaluedescription
app-idapp-idyour app-id
x-api-keyx-api-keyyour api-key

Request Body

keydescription
business_namecompany's business name
country codeAUS
business_number91111111111111111E

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": "Australia",
                    "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"
    }
}