---
title: "Get Transactions"
method: GET
path: "/v1/transactions"
tags: ["Transactions"]
---

# Get Transactions

`GET /v1/transactions`

<P>Get list of Transactions</P>

## Query parameters

- `payorId` string
- `transactionReference` string
- `page` integer
- `pageSize` integer
- `sort` string

## Response `200`

default response

- PageResourceTransactions
  - `links` LinkForResponse[]
    - `rel` string
    - `href` string
  - `page` PageForResponse
    - `numberOfElements` integer
    - `totalElements` integer
    - `totalPages` integer
    - `page` integer
    - `pageSize` integer
  - `content` TransactionResponse[]
    - `transactionId` string, uuid, required — The Id of the transaction
    - `transactionShortCode` string, required — The short code for the transaction that can be used when sending funds into the platform
    - `payorId` string, uuid — Indicates the Payor of the Transaction and which matches the payorId on the provided source account
    - `sourceAccountName` string — The name of the source account associated with the Transaction
    - `sourceAccountId` string, uuid — The Id of the source account associated with the Transaction
    - `transactionReference` string — The payors own reference for the transaction
    - `transactionMetadata` object, nullable — Optional metadata attached to the transaction at creation time.
    - `balance` integer — The total amount of transaction in minor units
    - `currency` string — Valid ISO 4217 3 letter currency code. See the <a href="https://www.iso.org/iso-4217-currency-codes.html" target="_blank" a>ISO specification</a> for details.
    - `createdAt` string, date-time — A timestamp when the transaction has been created.

## Other responses

- `400` — Invalid request. See Error message payload for details of failure
- `401` — Invalid access token. May be expired or invalid
- `403` — The authentication does not have permissions to access the resource This usually occurs when there is a valid authentication instance (client or user) but they do not have the required permissions

---

[API](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis.md) · [All operations](https://skmtc.net/velopaymentsapi/apis/velo-payments-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/velopaymentsapi/velo-payments-apis/versions/05c3f09fc50a/schema)
