Get a financial account balance

Get a financial account balance by its unique identifier.

Path parameters

idstringRequired

The unique identifier for the financial account

Headers

AuthorizationstringRequired

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

Response

The financial account was retrieved

current_balancedouble

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

available_balancedouble

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).

timestampdatetime

The time the balance was retrieved

Errors