List bank transactions

Returns a paginated list of all bank transactions accessible to the current user.

Bank Transaction Overview

Bank Transactions represent money movements in bank accounts, either incoming (payin)
or outgoing (payout). They track both actual bank operations and expected transfers,
and can be reconciled with accounting records to maintain financial accuracy.

Business significance

Bank Transactions are essential for financial reconciliation and cash flow management.
They represent the actual money flow through bank accounts and allow property managers
to track and confirm that expected financial transactions (like rent payments and landlord
disbursements) have actually occurred.

Key data types

  • amount_in_cents: The transaction amount
  • description: Descriptive text about the transaction
  • transaction_date: When the transaction occurred
  • status: Reconciliation status (pending, pre_reconciled, accounting_reconciled, archived)
  • nature: Whether the transaction is incoming (payin) or outgoing (payout)
  • source: How the transaction record was created (manual, file_import, bank_integration)
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer

Page number for pagination (default: 1)

integer

Number of items per page (default: 10, max: 100)

Response

Language
Credentials
Header
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json