List accounts
Get a paginated list of accounts.
GENERAL_LEDGER accounts are not included by default. To include them, set include_general_ledger=true, or account_type=GENERAL_LEDGER.
Note: GENERAL_LEDGER accounts are in Alpha status, and cannot yet be created. We may make breaking changes.
Query parameters
A list of customer unique identifiers, with a comma separating any values.
[ "7d943c51-e4ff-4e57-9558-08cab6b963c7" ]
If true, return only accounts with at least one payment rail enabled. If false, return only accounts with no payment rails enabled. Internal transfers are not considered.
Nickname of the account
Filter accounts by whether any account holder is outside the supported countries.
Account program ID(s). Multiple IDs can be provided as a comma-separated list.
Account number(s). Multiple account numbers can be provided as a comma-separated list. When only a single account number is provided, any * characters in the string are wildcards, and match any characters.
Only return resources where the last_name field matches the specified string. Any * characters in the string are wildcards, and match any characters.
The type of general ledger account. This is required when creating a general ledger account.
The type of the general ledger account
Filter accounts by whether the account is delinquent on minimum payments.
Only return resources where the first_name or chosen_name field matches the specified string. Any * characters in the string are wildcards, and match any characters.
Overflow account ID(s). Multiple IDs can be provided as a comma-separated list. This parameter is deprecated and will be removed in a future API version. Use linked_account_id instead.
Filter accounts by whether the account is past due on minimum payments.
The type of the account. In lead mode, this always takes the value of the template. If not specified in shadow mode, CHECKING will be assumed. Below mentioned are the account types:
- SAVING: Savings account
- CHECKING: Checking account
- PREPAID: Prepaid account
- LINE_OF_CREDIT: Line of Credit account
- CREDIT_CARD: Credit Card account
- CHARGE_SECURED: Secured Charge account, e.g. for use in a Smart Charge Card offering
- CHARGE_UNSECURED: (alpha) Unsecured Charge account
- REVOLVING_CREDIT_SECURED: Secured Revolving Credit account
- REVOLVING_CREDIT_UNSECURED: Unsecured Revolving Credit account
- GENERAL_LEDGER: General Ledger account (alpha - cannot yet be created). In production, these can only be created or updated by a Synctera administrator.
The type of the account
Only return accounts created at or after the given date and time.
Unique identifier for the business. Multiple IDs can be provided as a comma-separated list.
Overdraft account ID(s). Multiple IDs can be provided as a comma-separated list. This parameter is deprecated and will be removed in a future API version. Use linked_account_id instead.
List of spend control IDs to control spending for the account
Spend Control ID(s). Multiple IDs can be provided as a comma-separated list. Return only resources that use the specified Spend Controls.
[ "7d943c51-e4ff-4e57-9558-08cab6b963c7" ]
Filter accounts by whether the account's credit privileges have been revoked.
Optional pagination token to be provided to retrieve subsequent pages, returned from previous get
Unique identifier for the person. Multiple IDs can be provided as a comma-separated list.
Customer type
Customer type of the account, BUSINESS or PERSONAL
Maximum number of objects to return per page. If the limit is greater than 100, then it will be set to 100.
Interest product ID that accounts associate with. Multiple IDs can be provided as a comma-separated list.
Only return accounts created at or before the given date and time.
Return only resources that are linked to the specified backing account in balance_floor or balance_ceiling. Multiple IDs can be provided as a comma-separated list.
Account ID(s). Multiple IDs can be provided as a comma-separated list.
Specifies the sort order for the returned accounts.
Only return resources where the entity_name field matches the specified string. Any * characters in the string are wildcards, and match any characters.
Response
List of accounts