---
title: "Reads all Transactions"
method: GET
path: "/api/2026-07-01/resources/banking/transactions"
tags: ["Banking > Transaction"]
---

# Reads all Transactions

`GET /api/2026-07-01/resources/banking/transactions`

Reads all Transactions

## Query parameters

- `ids[]` string[] — An array of transaction IDs to filter by.
- `bank_account_ids[]` string[] — An array of Factorial Banking Bank Account IDs to filter by.
- `card_payment_ids[]` string[] — An array of Factorial Card Payment IDs to filter by.
- `from` string — Date from which the transactions should be fetched.
- `to` string — Date until which the transactions should be fetched.
- `updated_from` string — Filter transactions updated from a specific date.

## Response `200`

OK

- object
  - `data` BankingTransaction[]
    - `id` string, required — Factorial unique identifier.
    - `bank_account_id` string, required — Factorial Banking Bank Account unique identifier.
    - `amount_cents` integer, required — Amount in cents.
    - `balance_after_cents` integer — Balance after the transaction in cents.
    - `currency` string, required — Currency.
    - `type` 'payroll' | 'payment' | 'topup' | 'unknown' | 'card_payment' | 'dispute' | 'card_refund' | 'fees' | 'outgoing_transfer' | 'incoming_transfer' | 'outgoing' | 'incoming', required — Type of transaction.
    - `description` string — Description of the transaction.
    - `booking_date` string, required — Booking date of the transaction.
    - `value_date` string, required — Value date of the transaction.
    - `card_payment_id` string, required — Factorial unique identifier of the card payment.
    - `updated_at` string, required — Date when the transaction was last updated.
  - `meta` PagedIndexMeta
    - `start_cursor` string
    - `end_cursor` string
    - `has_previous_page` boolean, required
    - `has_next_page` boolean, required
    - `limit` integer, required
    - `total` integer, required

---

[API](https://skmtc.net/factorialhr/apis/factorial-api.md) · [All operations](https://skmtc.net/factorialhr/apis/factorial-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factorialhr/factorial-api/revisions/1a6bffb20f7d/schema)
