Skip to main content
Read historical bank transactions for a linked Plaid account. These transactions are ingested and maintained by identity-service; TGS exposes them read-only.

Auth

Call /api/v1/graphql with a Fluz user Bearer access token that includes MANAGE_PAYMENT. Basic auth is not allowed on these fields.

Get transactions

Notes
  • Filter by bankAccountId and a startDate/endDate window; page through results with paginate.limit and paginate.offset.
  • totalCount reflects the total matching the filter, for building pagination.
  • pending: true marks transactions that have not fully settled yet — the same recent, unsettled outflows that reduce a user’s available spend power (see Managing Bank Account Spend Power).