Skip to main content

Overview

A sub-account represents an individual user that a business creates and manages under its own business account. Once a sub-account exists, the business can provision a sub-wallet for it using the returned _id as the subAccountId.

Create Sub-Account

Endpoint
Request Body Example Request
Response
Use the _id from this response as the subAccountId when creating a sub-wallet for this sub-account.

Get All Sub-Accounts

Endpoint
Returns a paginated list of all sub-accounts created by the authenticated business. Query Parameters Response

Get Single Sub-Account

Endpoint
Fetches a single sub-account by its ID. The sub-account must belong to the authenticated business. Path Parameters Response