Skip to main content
Version: 1.17.2

Get bank account balance

GET 

/v1/bank-accounts/:bankAccountId/balance

Returns the current balance for a specific bank account within the authenticated user's organisation.

The response includes two balance fields:

  • balance: The current ledger balance of the account.
  • availableBalance: The balance available for spending, which may be lower than balance due to pending or reserved transactions.

Both values are returned as Money objects with amount and currency fields.

Request

Responses

Bank account balance information retrieved successfully

Response Headers
    X-RateLimit-Limit

    Maximum number of requests allowed in the current rate limit window for the used scope.

    X-RateLimit-Remaining

    Number of requests remaining in the current rate limit window.

    X-RateLimit-Reset

    Unix timestamp (seconds since epoch, UTC) when the rate limit window resets.

    X-RateLimit-Scope

    The OAuth scope bucket to which this rate limit applies: read or write.