post
https://api.synapto.construction/v1/accounts
BETA: This endpoint is subject to change without notice.
Creates a child account under your platform account. Requires ADMIN role and the onboard_accounts capability.
Set parent to your platform account name and provide the account object with type, display_name, contact_email, and capabilities.
Two account types are supported:
- STANDALONE (independent) — set
typetoSTANDALONE. Must setcapabilities.payments.requestedto true. Transfers are not supported. - EMBEDDED (fund pool member) — set
typetoEMBEDDED. Must setcapabilities.transfers.requestedto true. Card payments are not supported. Requiresaccount_holder.country_code(currently onlyGB) andaccount_holder.legal_name. The parent account must have balance enabled (a custodial bank account connected).
Returns the created Account. Child accounts start in ACTIVE state. If requires_boarding is true in the response, create a boarding session to collect the remaining account holder details.