All External Accounts
Fetch opening balance
Fetches the opening balance for an external account. This is useful when verifying or reconciling the historical balance sheet.
GET
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Headers
Content-Type must be set to application/json
Path Parameters
The UUID of the business to fetch opening balance for.
The UUID of the external account to fetch opening balance for.
Response
200 - application/json
Opening balance of the account, in cents
When the opening balance timestamp was created
Timestamp for when the account had this balance
Unique ID of the external account in an external system for linking and idempotency.
Source of the external account
Available options:
UNIT
, PLAID
, API
, STRIPE
, CUSTOM
When the opening balance timestamp was updated