Company Search - Basic
This endpoint allows Merchants get valuable information about companies using the either the business registration number or business name. provides access to fundamental company information, such as company name, address e.t.c.
TEST DATA : HELNIC BANK GIPIN
POST: https://api.prembly.com/identitypass/verification/cyprus/busness-check
Request header
key | description |
---|---|
x-api-key | your api-key |
app-id | your app-id |
Request body
key | description |
---|---|
search_string | Business name or number: |
Sample Response
{
"status": true,
"detail": "Verification Successful",
"response_code": "00",
"data": [
{
"name": "HELNIC BANK GIPIN",
"reg_number": "ΕΕ 40000",
"type": "Business Name",
"subtype": "",
"name_status": "Current Name",
"registration_date": "01/09/2010",
"organisation_status": "Active",
"status_date": "",
"owner": "HELNIC BANK PUBLIC COMPANY LIMITED",
"address": "Limas road, 200,\nStrovolos\n20, Nisia, Cyprus"
}
],
"verification": {
"status": "VERIFIED",
"reference": "7056ec-6529-44b4-a709-da826ee17"
},
"widget_info": {},
"session": {},
"endpoint_name": "Company Search - Basic"
}
Updated 3 months ago