Onboard multiple connected accounts for the same legal entity
As a platform, you have the ability to create multiple accounts for one existing, KYC-verified account. These supplementary accounts, which are tied to the same legal entity as the initial account, will all function as separate connected accounts to the platform. Notably, supplementary accounts for the same legal entity bypass the need for KYC verification and receive immediate approval.
Each account is equipped with its own wallet. Using multiple accounts for the same legal entity can be used to facilitate reconciliation as it enables each account to manage its segregated funds for various purposes — like inbound money transfers and treasury management — separately.
Step 1: Retrieve the legal entity
Call List all accounts API to retrieve the list of connected accounts associated with your platform account.
Step 2: Create a new connected account under the same legal entity
Use the returned legal_entity_id
of a connected account to create a new connected account under the same legal entity ID. By reusing the same legal entity and providing a different identifier
, the account transitions to ACTIVE
status without passing KYC.
Step 3: Retrieve connected account details
You can retrieve details of the new connected account anytime using Retrieve a connected account API.