Accounts Object ​
id
string
Unique identifier of the account
number
string
The account number, usually masked to last 4 digits
type
string
The primary account type
All possible enum values:
investment
credit
despository
loan
brokerage
sub_type
string
Subclassification of the account within the primary account type
currency
object
Currency used for the account
id
string
Unique identifier of the currency
code
string
Currency code
name
string
Human readable currency name
name
string
Name of the account
description
string
Short description of the account
product
object
The product that the account is an instance of
id
string
Unique identifier of the product
name
string
Human readable name of the product
status
object
Status of the account
id
string
Unique identifier of the status
name
string
Name of the status
created_at
string · date-time
The date and time when the account was created
updated_at
string · date-time
The date and time when the account was last updated
remote_data
object
Raw data returned from the remote API call.