Search
K
💰

Balances

Overview

The Balance object contains account balances from one of your nerve-typed activated connections.

Permission Required

Getting balances requires the balance permission from the selected account connection.

Methods

get
/account-connection/{id}/balance
Get Balance

Properties

account_connection string Account Connection ID
debit object Details of the account connection's Nerve debit account.
  • available_balance_in_cents number Available balance of account in cents, e.g. $1.00 would be the number 100.
  • updated_at date Date of last account update.
savings object Details of the account connection's Nerve savings account. This value will be null if the creator does not have a Nerve savings account.
  • available_balance_in_cents number Available balance of account in cents, e.g. $1.00 would be the number 100.
  • updated_at date Date of last account update.