List all Accounts
Returns a list of Accounts.
Query Parameters
The ID of the Entity whose Accounts to retrieve.
Status of the Account.
Possible enum values
Possible enum values
active
The Account is open and is in a usable state.
disabled
The Account has been disabled and is no longer usable. Check the account's error
property for more information.
closed
The Account has been closed, and is either fully paid-off or no longer exists.
The type of Account.
Possible enum values
Possible enum values
ach
A bank account (Checking or Savings).
liability
A debt-type account (Credit Card, Mortgage, etc).
The ID of the Merchant to which a liability Account is linked.
The type of the liability Account to retrieve. See Account Liability Types.
The holder's ownership type relative to the Account. One of primary
, authorized
, joint
or unknown
ISO 8601 formatted date (YYYY-MM-DD) to filter for Accounts created on and after the date provided.
ISO 8601 formatted date (YYYY-MM-DD) to filter for Accounts created on and before the date provided.
The number of the page to return.
The ID of a resource from which a page should start or end. Mutually exclusive with page
.
The number of Accounts to return per page.
Attributes that can be expanded into an object to provide additional information.
Possible enum values
Possible enum values
sensitive
This is an Account property, and refers to the Sensitive Object.
balance
This is an Account property, and refers to the Balance Object.
card_brand
This is an Account property, and refers to the CardBrand Object.
attribute
This is an Account property, and refers to the Attribute Object.
payoff
This is an Account property, and refers to the Payoff Object.
transactions
This is an Account property, and refers to the Transaction Object.
update
This is an Account property, and refers to the Update Object.
payment_instrument
This is an Account property, and refers to the PaymentInstrument Object.
latest_verification_session
This is an Account property, and refers to the AccountVerificationSession Object.
Returns
Returns a list of Accounts.