The account object

{
  "id":"h3qo5rine8itrr43wfen2356",
  "object":"balanceAccount",
  "name": "California Funds Account",
  "key": "california_account",
  "status": "active",
  "created": "2015-10-28T22:55:09.000Z",
  "lastUpdated": "2015-10-28T22:55:13.000Z"
}
id string
The unique identifier for the account.
object string, value is "balanceAccount"
name string
The name of the account.
key string
A key for the account (default, owner, payer, origin, merchant, customer, platform are all disallowed)
status string, possible values: active, inactive

active
The account is active and able to be used for payments and transfers.

inactive
The account is inactive and is not able to be used for payments and transfers.
created datestring
The date the account was created.
lastUpdate datestring
The date the account was last updated.