Retrieves bank accounts for the current tenant with optional date-range filtering and pagination
Put ONLY your JWT Bearer token on textbox below!
ISO-8601 UTC timestamp lower bound (inclusive). Returns accounts modified on or after this value
ISO-8601 UTC timestamp upper bound (inclusive). Returns accounts modified on or before this value
Number of records to return per page, maximum 250
Continuation token for retrieving the next page of results
Paginated list of bank accounts.
Response containing Bank Accounts with pagination support.
Bank Accounts.
Public API DTO for a bank account returned by the GET bank-accounts endpoint.
Bank Account identifier.
Bank Account Name (GL Account name).
Bank Account Number (GL Account number).
Reference to a parent bank account.
Parent account identifier.
Parent account name.
Parent account number.
Parent account GL type.
GL Type name.
Reference to an entity with id and name.
Entity identifier.
Entity name.
Entity number (optional, populated for legal entities).
Base class for entity references.
The identifier of this entity.
The name of this entity.
Account type (Checking, Savings, etc.).
Bank account number (masked based on permissions).
Bank routing number.
Bank ICD (internal bank code).
Positive Pay Bank identifier.
ACH immediate origin.
ACH company identifier.
ACH company name.
Reference to a location with legal entity.
Location identifier.
Location name.
Location number.
Reference to an entity with id and name.
Entity identifier.
Entity name.
Entity number (optional, populated for legal entities).
Created date.
Base class for entity references.
The identifier of this entity.
The name of this entity.
Modified date.
Base class for entity references.
The identifier of this entity.
The name of this entity.
URL to retrieve the next page of results, or null if this is the last page.
Unprocessable Content