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

Business number : 2314566789069683F

📘

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 codeSGP
business_number2314566789069683F

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