> ## Documentation Index
> Fetch the complete documentation index at: https://docs.business-os.de/llms.txt
> Use this file to discover all available pages before exploring further.

# Transactions

> Transaktionen eines Bankkontos abrufen.

## Definition

Transactions sind Buchungen, die auf einem Konto durchgeführt wurden — Einzahlungen und Auszahlungen.

## List Transactions (READ)

Dieses Modul zeigt alle Transaktionen eines spezifizierbaren Kontos mit konfigurierbaren Filtern an.

<ResponseExample>
  ```200 - Erfolg theme={null}
  {
    "data": [
      {
        "id": "6450918273645091827",
        "account_id": "8273645091827364509",
        "duplicated": false,
        "mode": "normal",
        "status": "posted",
        "made_on": "2026-04-25",
        "amount": 1500.00,
        "currency_code": "EUR",
        "description": "Rechnung RE-2026-0042 Beispiel Handels GmbH",
        "description_parsed": {
          "cred": null,
          "mref": null,
          "kref": "NOTPROVIDED",
          "debt": null,
          "svwz": "Rechnung RE-2026-0042",
          "abwa": null,
          "abwe": null,
          "bic": "COBADEFFXXX",
          "oamt": null,
          "coam": null,
          "purp": null
        },
        "category": "uncategorized",
        "extra": {
          "time": "14:32:00",
          "payee": "DE89370400440532013000",
          "payer": "DE02100100100006820101",
          "additional": "SEPA-Überweisung",
          "merchant_id": null,
          "posting_date": "2026-04-25",
          "end_to_end_id": "RE-2026-0042",
          "payee_information": "Mustermann GmbH",
          "payer_information": "Beispiel Handels GmbH",
          "account_balance_snapshot": 12450.75,
          "categorization_confidence": null
        },
        "created_at": "2026-04-25T14:40:14Z",
        "updated_at": "2026-04-25T14:40:14Z"
      }
    ]
  }
  ```
</ResponseExample>

## Verbrauch

<Check>
  Für das Ausführen dieses Moduls wird **1 Credit pro Abruf** berechnet. Deinen detaillierten Verbrauch kannst Du in deinem Dashboard ansehen.
</Check>
