---
title: "Get transactions"
method: GET
path: "/v3/merchant-accounts/{id}/transactions"
tags: ["Merchant accounts"]
---

# Get transactions

`GET /v3/merchant-accounts/{id}/transactions`

Get the transactions of a single merchant account. Transactions are filtered and sorted by settled or executed date.
> 🚧
> If the pagination object is missing, add a header `tl-enable-pagination: true` in the request to enable pagination (for more details click [here](https://docs.truelayer.com/docs/get-your-merchant-account-transactions-or-payment-sources#pagination-for-the-transactions-endpoint))

## Path parameters

- `id` string, uuid, required — Unique ID for the Merchant Account

## Query parameters

- `from` string, datetime, required
- `to` string, datetime, required
- `cursor` string
- `type` 'payment' | 'payout'

## Response `200`

Transactions

## Other responses

- `401` — Unauthenticated
- `403` — Forbidden
- `404` — Account Not Found
- `500` — Unknown Error

---

[API](https://skmtc.net/truelayer/apis/authentication-server.md) · [All operations](https://skmtc.net/truelayer/apis/authentication-server/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/truelayer/authentication-server/versions/5f6051515b2c/schema)
