GET
/
api
/
external
/
v2
/
transactions
/
{id}
{
  "amount": "120.00",
  "archived_at": "2023-08-30T10:08:08.146343Z",
  "bank_account": {
    "id": 53,
    "url": "https://app.pennylane.com/api/external/v2/bank_accounts/53"
  },
  "categories": [
    {
      "analytical_code": "CODE123",
      "category_group": {
        "id": 229
      },
      "created_at": "2023-08-30T10:08:08.146343Z",
      "id": 421,
      "label": "HR - Salaries",
      "updated_at": "2023-08-30T10:08:08.146343Z",
      "weight": "0.25"
    },
    {
      "analytical_code": "CODE123",
      "category_group": {
        "id": 229
      },
      "created_at": "2023-08-30T10:08:08.146343Z",
      "id": 421,
      "label": "HR - Salaries",
      "updated_at": "2023-08-30T10:08:08.146343Z",
      "weight": "0.25"
    }
  ],
  "created_at": "2023-08-30T10:08:08.146343Z",
  "currency": "EUR",
  "currency_amount": "120.00",
  "currency_fee": "120.00",
  "date": "2023-08-30",
  "fee": "120.00",
  "id": 42,
  "journal_id": 42,
  "label": "VIR SEPA MY SUPPLIER SAS",
  "matched_invoices": {
    "url": "https://app.pennylane.com/api/external/v2/transactions/42/matched_invoices"
  },
  "outstanding_balance": "49.3",
  "updated_at": "2023-08-30T10:08:08.146343Z"
}

Path Parameters

id
string
required

(Required)

Example:

"42"

Response

200
application/json

A Transaction

The response is of type object.