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 and number and country code.

👍

Test Data

Business name:

Country code: NZL

Business number: 45678932456778E

📘

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

keyvaluedescription
business_namecompany's business name
country codeNZL
business_number45678932456778E

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