Create a customer account
Endpoints
Create a customer account
Creates a new customer (account) with the required KYC/KYB details.
POST
Create a customer account
Use the playground below to try this endpoint directly, or review the OpenAPI details in the right panel.
Linked documents are uploaded asynchronously after the account is created. The account
Verification documents: Stage KYB documents first, then either pass the returned
doc_submission_ids on this request or link them afterward. If Brale’s review later requires more documents, subscribe to account.verification.documents_required (see Webhook Events) or poll required documents — stage and link those documents the same way. When verification passes, Brale sends account.verification.completed and the account status becomes complete.Linking documents at creation
Include optionaldoc_submission_ids in the request body to link staged document submissions when the account is created. Each ID must come from a prior Stage a Verification Document call (POST /documents). Omit the field to create the account without documents and link them later.
| Field | Type | Required | Description |
|---|---|---|---|
doc_submission_ids | array of strings (KSUID) | No | Staged submission IDs to link and upload as part of account creation. |
doc_submission_ids is not supported for testnet-only clients or self-attested accounts. In those cases, omit the field or link documents after creation if supported for your account type.
For the full account creation payload (business details, controller, beneficial owners, TOS attestation), see Accounts.
Example request with documents
Example response (201)
status remains pending while Brale reviews the submission.
Required scope
accounts:writeAuthorizations
Use the Bearer token returned from the Auth endpoint via OAuth2 client_credentials flow. Include the token in the "Authorization: Bearer " header.
Headers
A unique string used to prevent duplicate operations. Each POST request must use a new idempotency key. Use a UUIDv4 string. Example: idemp-123e4567-e89b-12d3-a456-426614174000
Body
application/json
Example:
"My Customer"
Example:
"123456789"
Example:
Example:
"515-555-1212"
Example:
"https://example.com"
Deprecated alias of beneficial_owners.
Example:
"My Account"
Response
201 - */*
Account successfully created
Pattern:
^[a-zA-Z0-9]{26}$Example:
"2VcUIIsgARwVbEGlIYbhg6fGG57"