Accounts
The Accounts object and its endpoints
Account Object
The Account object represents a financial account that exists at a bank, to which you have been granted access through user authorization.
Properties
Unique identifier for the account
The type of account. Can be one of: - cash
- Represents real funds held by
the institution - credit
- Represents credit extended by the institution -
investment
- Represents investment accounts - other
- Other account types
Further categorization of the account: - For cash
: checking
, savings
,
other
- For credit
: credit_card
, line_of_credit
, other
- For
investment
or other
: other
The status of the account connection: - active
- Account is connected and
accessible - disconnected
- Account has been disconnected - inactive
-
Account cannot be accessed
List of permissions granted for this account: - balances
- Access to balance
data - ownership
- Access to ownership data - transactions
- Access to
transaction data
Endpoints
Retrieve Account
Retrieves a single account by its ID.
Request
The ID of the account to retrieve
List Accounts
Returns a paginated list of accounts.
Request
Maximum number of accounts to return (default 10, max 100)
Skip the first n accounts
Refresh Account
Initiates a refresh for an account.
Request
The ID of the account to refresh
Disconnect Account
Disconnects an account, revoking access to its data.
Request
The ID of the account to disconnect