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
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 | user's business name |
country | country of business |
business_number | business 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"
}
}
Updated 6 months ago