POST
/
v1
/
businesses
/
{businessId}
/
custom-accounts
/
{customAccountId}
/
opening-balance

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

Content-Type
string

Content-Type must be set to application/json

Path Parameters

businessId
string
required

The UUID of the business to set opening balance for.

customAccountId
string
required

The UUID of the custom account to set opening balance for.

Response

200 - application/json
external_account_external_id
string

Unique ID of the external account in an external system for linking and idempotency.

external_account_source
enum<string>

Source of the external account

Available options:
UNIT,
PLAID,
API,
STRIPE,
CUSTOM
balance
integer

Opening balance of the account, in cents

effective_at
string

Timestamp for when the account had this balance

created_at
string

When the opening balance timestamp was created

updated_at
string

When the opening balance timestamp was updated