---
title: "List transactions"
method: GET
path: "/v2/transactions"
tags: ["Transactions"]
---

# List transactions

`GET /v2/transactions`

List transactions without their metadata. If you provide at least one of the following parameters, the `eventDateStart` parameter is optional. 
- `id`
- `authorizationId`
- `authorizationIds`
- `statementId`
- `authorizationTrackingId`
- `numberOfLatestTransactions`

If you don't provide any of the above parameters, you must include the `eventDateStart` parameter, and the maximum allowed query range is 90 days.

## Query parameters

- `statementId` integer
- `customerId` integer
- `transactionTypeId` integer
- `processingCode` string
- `credit` boolean
- `statementPost` boolean
- `authorizationId` integer
- `authorizationType` 'NETWORK' | 'PLATFORM'
- `eventDateStart` string, date or date-time
- `order` 'asc' | 'desc'
- `eventDateEnd` string, date or date-time
- `numberOfLatestTransactions` integer
- `authorizationTrackingId` string
- `pageSize` integer
- `pageOffset` integer
- `ids` integer[]
- `userCategory` string
- `paymentMethodId` string

## Response `200`

OK

- object
  - `has_next` boolean — Indicates whether there are more pages after the current page.
  - `items` object[] — Items returned by the request
    - `id` string — Transaction end-to-end-ID
    - `debtor_account_id` string — Debtor account ID
    - `creditor_account_id` string — Creditor account ID
    - `amount` number — Original transaction amount
    - `refundable_amount` number — Amount available for refund (may be less than original)
    - `settlement_time` string, date-time — Transaction settlement timestamp. RFC 3339 format.

## Other responses

- `400` — Bad request
- `500` — Internal error

---

[API](https://skmtc.net/pismo/apis/platform-authentication.md) · [All operations](https://skmtc.net/pismo/apis/platform-authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pismo/platform-authentication/versions/935b62e16de4/schema)
