Advance Company Search

This endpoint allows our users verify the authenticity of companies.

It provides information like company's base, credit code, date of establishment and other valuable details to help users make informed business decisions.

To use this endpoint, please enter busines name, country and business registration number.

👍

Test data

business_name:

country:

business_number:

📘

Post

https://api.prembly.com/identitypass/verification/asia/kyb/search-lite

Request Header

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

Request Body

keydescription
business_nameuser's business name
countrycountry of business
business_numberbusiness registration number

Response

{
    "status": true,
    "response_code": "00",
    "detail": "Verification successful",
    "data": {
        "CompanyBasicSearchInformation": {
            "total": 1,
            "data": [
                {
                    "regNumber": "100000000000000",
                    "creditCode": "91110000000004P",
                    "companyBase": "test",
                    "enName": "test",
                    "ogName": "test",
                    "bizStatus": "Existing (In Operation, Open, Registered)",
                    "establishDate": "2000-02-01"
                }
            ]
        }
    },
    "verification": {
        "reference": "d5628d34-14a9-4b71-96c1-f67aceccc8ff",
        "verification_status": "pending"
    }
}