Bank Account
Bank account summary object
Object Parameters
available_balance_close
numberClose available_balance in cents at the end of effective_on in time_zone.
available_balance_credit
numberTotal credit amount in cents applied to available_balance. Zero or positive.
available_balance_debit
numberTotal debit amount in cents applied to available_balance. Zero or negative.
currency
stringThe currency of the balances.
effective_on
stringEffective date of the summary.
holding_balance_close
numberClose holding_balance in cents at the end of effective_on in time_zone.
holding_balance_credit
numberTotal credit amount in cents applied to holding_balance. Zero or positive.
holding_balance_debit
numberTotal debit amount in cents applied to holding_balance. Zero or negative.
locked_balance_close
numberClose locked_balance in cents at the end of effective_on in time_zone.
locked_balance_credit
numberTotal credit amount in cents applied to locked_balance. Zero or positive.
locked_balance_debit
numberTotal debit amount in cents applied to locked_balance. Zero or negative.
pending_balance_close
numberClose pending_balance in cents at the end of effective_on in time_zone.
pending_balance_credit
numberTotal credit amount in cents applied to pending_balance. Zero or positive.
pending_balance_debit
numberTotal debit amount in cents applied to pending_balance. Zero or negative.
time_zone
stringTime zone of effective_on to decide day boundaries. You can set your platform reporting time zone in Platform Settings on Dashboard.
transaction_count
integerTotal number of transactions on the day of effective_on.