Get started with International KYB
Learn how to perform KYB checks with the FrankieOne API.
This tutorial will walk through how to perform a KYB check for a business located in Ireland.
This workflow has the following basic steps.
- Prerequisites
- Step 1: Search for the business
- Step 2: Extract the company code
- Step 3: Retrieve a business profile
- Next Steps
Prerequisites
You will need the following to connect to the FrankieOne API,
- Customer ID
- API key
If you don’t have any yet get in touch with our sales team.
Step 1: Search for the business
You can search for businesses across registries in different countries. You need to know the country you wish to search within, as well as the name of the business. The name doesn’t need to be the full legal name of the business. You can also search for businesses by their registration number, which will be specific to each registry.
Perform a business search with a partial name using the /business/international/search endpoint.
- In the example below, replace
YOUR_CUSTOMER_ID
with your Customer ID andYOUR_API_Key
with your API key provided by FrankieOne. - Copy the resulting code into your command line, and run the command.
The response will contain a list of businesses that matched against the supplied name parameter, such as:
Sample response
Step 2: Extract the company code
Searching for a business may return multiple matches. Each match will have a unique company code. Identify the correct match and extract the company code. you will need it in the next step.
For example, extract the company code for the first matched result:
Step 3: Retrieve a business profile
Use the company code obtained in the previous step to retreive the profile for the business. The profile contains details such as the business address, legal status, and lists of directors, shareholders and office holders.
- In the example below, replace
YOUR_CUSTOMER_ID
with your Customer ID andYOUR_API_Key
with your API key provided by FrankieOne. - Replace
COMPANY_CODE_FROM_PREVIOUS_STEP
with the company code. - Copy the resulting code into your command line, and run the command.
Sample response
Next Steps
The above steps assist in searching and creating an entity for any International Business.
Please see - International KYB Flows and Sequence