GLOBAL BUSINESS CHECK
Global Business Details
GETTING STARTED
- Sign In
- Create an App
- Fund Wallet
- Authentication
- Webhooks
GOVERNMENT DATABASE CHECKS (Individual)
- Nigeria π³π¬
- Kenya π°πͺ
- Uganda πΊπ¬
- Ghana π¬π
- South Africa πΏπ¦
- Angola π¦π΄
- Zimbabwe πΏπΌ
- Zambia πΏπ²
GOVERNMENT DATABASE CHECKS (Businesses)
- Nigeria π³π¬
IDENTITY VERIFICATION SERVICES
- Global Identity Verification π
- Nigeria π³π¬
- United States πΊπΈ
- United Kingdom π¬π§
- Canada π¨π¦
BIOMETRIC CHECKS
DOCUMENT ANALYSIS
ADDRESS VERIFICATION
- Nigeria π³π¬
AML (Global)
- AML Screening Individual
- AML Screening Business
MESSAGING SERVICES
GLOBAL BUSINESS CHECK
GENERAL SERVICES
GLOBAL BUSINESS CHECK
Global Business Details
Get details of a particular business
Request
[GET]
{{baseUrl}}/api/v1/kyb/business/detail
Header
Parameter | Type | Description |
---|---|---|
AppId | string | you would need to create an app to get your app ID |
Authorization | string | prod_sk_1T1eSavlZxy02OT3OWlvbxK4G |
Query parameter
Parameter | Type | Description | |
---|---|---|---|
international_number * | string | International number of company | required |
country_code * | string | Country Code of business country | required |
Sample response
Response
{
"entity": {
"name": "JOHN DOE INC",
"internationalNumber": "1769635",
"localNumber": "C1769635",
"dateCreated": "2022-01-24T00:00:00.000Z",
"address": "500 S BUENA VISTA ST BURBANK CA 91521",
"paidShareCapital": "10000000 NGN",
"sharesValue": "0.01 NGN",
"sharesIssued": "10000000",
"activityDescription": "To be in the business of providing Demo services.",
"oldInternationalNumber": "1769635",
"country": {
"name": "California",
"code": "us-ca",
"currency": "USD",
"sources": [
{
"url": "https://businesssearch.sos.ca.gov/",
"name": "California Secretary of State"
}
]
},
"type": {
"type": "Private company limited by shares",
"isIndividual": false
},
"statuses": [
{
"providerId": "Active",
"providerName": "Active"
}
],
"activities": [
{
"providerId": "143269",
"providerName": "Other personal services activities",
"createdAt": "2021-11-07T13:47:47.959002+00:00",
"type": {
"id": 1,
"name": "Primary"
}
}
],
"parentCountry": null,
"addresses": [
{
"address": "500 S BUENA VISTA ST BURBANK CA 91521",
"companies": []
}
],
"persons": [
{
"sourceNum": 1,
"person": {
"id": null,
"name": null,
"countryId": 24,
"occupation": null,
"nationality": null,
"address": null,
"countryOfResidence": null,
"honorific": null,
"number": "1811271",
"isForeign": null,
"hideAddress": null,
"email": null,
"phone": null,
"countryCode": "us-ca"
},
"role": {
"id": 60318,
"name": "Agent",
"providerId": null,
"isInactive": null
},
"naturesOfControl": [],
"personShares": []
}
],
"companyContacts": {
"email": [
"adm***********"
]
},
"personsCount": "1",
"companyContactsCount": "1"
}
}
Was this page helpful?
On this page