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

# List transactions

`GET /transactions`

Returns a paginated list of transactions (ledger movements).

A transaction is a movement that represents the financial impact of payment operations, including amounts, fees, and net values.
Transactions can be linked to a charge and may be linked to a transfer (payout) when they are included in a payout.

If you need payout-level information (destination, statement reference/description, payout status), use GET /transfers.

## Query parameters

- `limit` integer
- `next` string
- `previous` string
- `id` string
- `charge_id` string
- `type` string
- `currency` string

## Headers

- `Accept-Language` 'es' | 'en'
- `X-Child-Company-Id` string

## Response `200`

successful operation

## Other responses

- `401` — authentication error
- `500` — internal server error

---

[API](https://skmtc.dev/digitalfemsa/apis/femsa-api.md) · [All operations](https://skmtc.dev/digitalfemsa/apis/femsa-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/digitalfemsa/femsa-api/revisions/2e43caddf36b/schema)
