v31

latestOpenAPI 3.0.0raw.githubusercontent.com2026-07-215985245.8 KB
financial_accounts

Get a financial account balance

Get a financial account balance by its unique identifier.

get/v1/financial_accounts/{id}/balance

Path parameters

idstring required

The unique identifier for the financial account

Response

The financial account was retrieved

current_balancenumber required

The current balance is the amount of money in the account. This value is in minor currency units (USD cents).

available_balancenumber required

The available balance is the amount of money in the account that is available to be spent or transferred. This value is in minor currency units (USD cents).

timestampstring date-time required

The time the balance was retrieved

Example response

{
  "current_balance": 10000,
  "available_balance": 10000,
  "timestamp": "2020-01-31T23:00:00Z"
}