A balance
object is a specific number reported by your bank regarding your bank account balance. Often this is split up into many different categories depending on on how the bank handles its reporting.
Also see: Balance Reports
Attribute | Description |
---|---|
id string | The unique identifier for the balance. |
amount | The balance amount. |
as_of_date | The date on which the balance became true for the account. |
as_of_time | The time (24-hour clock) on which the balance became true for the account in local time. |
currency | The currency of the balance. |
balance_type | The specific type of balance reported. One of |
value_date | The date on which the money of the balance becomes available to use or accrue interest. |
vendor_code | The code used by the bank when reporting this specific balance. |
vendor_code_type | The type of |
live_mode | This field will be true if this object exists in the live environment or false if it exists in the test environment. |
{
"id": "1f4b0995-338e-41ed-93c4-a41ed8312312",
"object": "balance",
"amount": 1033236,
"as_of_date" "2019-11-08",
"as_of_time": "21:06",
"currency": "USD",
"balance_type": "opening_ledger",
"value_date": "2019-11-11",
"vendor_code": "010",
"vendor_code_type": "bai2",
"live_mode": true,
"created_at": "2019-11-09T00:11:07Z",
"updated_at": "2019-11-09T00:11:07Z"
}