Sub-Accounts

Subscribe to sub-accounts

POST
/api/sandbox/v1/multiaccount/subscribe

Turn on the sub-accounts feature for your organisation. Call this once; afterwards use activate and deactivate to control it.

Sub-accounts give each branch, merchant or department its own wallet under your parent organisation, with funds moved between them by allocation.

Authorization

bearerAuth
AuthorizationBearer <token>

The access_token returned by POST /api/v1/get-token.

In: header

Response Body

application/json

application/json

curl -X POST "https://example.com/api/sandbox/v1/multiaccount/subscribe"
{  "status": 201,  "message": "Created Successfully",  "data": {    "uuid": "e6c458db-2409-4972-bffb-28684eda1478",    "active": true,    "createdAt": "2025-04-30T21:42:13.176718900",    "updatedAt": "2025-04-30T21:42:13.176718900"  }}