Skip to main content

Definition

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

List Transactions (READ)

Dieses Modul zeigt alle Transaktionen eines spezifierbaren Kontos in spezifizierbaren Parameter an.
{
  "data": [
    {
      "id": "1111111111111111111",
      "account_id": "2222222222222222222",
      "duplicated": false,
      "mode": "normal",
      "status": "posted",
      "made_on": "2024-01-03",
      "amount": 100,
      "currency_code": "EUR",
      "description": "Sample EUR for transaction on 2024-01-03",
      "category": "uncategorized",
      "extra": {
        "payee": "Sample payee",
        "payer": "Sample payer",
        "payee_information": "Sample payee information",
        "payer_information": "Sample payer information",
        "account_balance_snapshot": 1000,
        "categorization_confidence": null
      },
      "created_at": "2024-01-03T14:40:14Z",
      "updated_at": "2024-01-03T14:40:14Z"
  ],
  "meta": {
    "next_id": "3333333333333333333",
    "next_page": "/api/v6/transactions/?connection_id=1111111111111111111&account_id=2222222222222222222&from_id=3333333333333333333"
  }
}

Verbrauch

Für das ausführen dieses Modul wird 1 Credit berechnet. Deinen detaillierten Verbrauche kannst Du in deinem Dashboard ansehen.