Skip to main content
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

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.
  1. In the example below, replace YOUR_CUSTOMER_ID with your Customer ID and YOUR_API_Key with your API key provided by FrankieOne.
  2. Copy the resulting code into your command line, and run the command.
Shell
The response will contain a list of businesses that matched against the supplied name parameter, such as:
JSON

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:
JavaScript

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.
  1. In the example below, replace YOUR_CUSTOMER_ID with your Customer ID and YOUR_API_Key with your API key provided by FrankieOne.
  2. Replace COMPANY_CODE_FROM_PREVIOUS_STEP with the company code.
  3. Copy the resulting code into your command line, and run the command.
Shell
Sample response
JSON

Next Steps

The above steps assist in searching and creating an entity for any International Business. Please see - International KYB Flows and Sequence