When integrating a new company into the system, you have two distinct options for handling the onboarding process. You can either opt for a One Step or Multi-Step approach. Below is a brief overview of both methods:
createBusiness API
: This single API encompasses all key steps of company onboarding. It simplifies the process by consolidating various operations into one call.Follow the sequence of API calls below to register a company, add KYB (Know Your Business) information, initiate the KYB process, set the company location, add a business user, and update that user as necessary.
companyRegistration
updateAdminUser
companyRegistration
.addKybInformation
GOVERNMENT_ORGANISATION
LP
NON_PROFIT
Trust
Unincorporated Association
PARTNERSHIP
LLP
LLC
SOLE_PROPRIETOR
C_CORP
addCompanyLocation
initiateKyb
The step-by-step approach provides a more granular control over each aspect of the onboarding process, making it suitable for scenarios where specific customizations or detailed tracking is required.
Please choose the method that best suits your needs for the smooth onboarding of a new company into the system.