💰
Balances
The Balance object contains account balances from one of your
nerve
-typed activated connections.
get
/account-connection/{id}/balance
Get Balance
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.
Last modified 1yr ago