---
title: "List transfers"
method: GET
path: "/transfers"
tags: ["Transfers"]
---

# List transfers

`GET /transfers`

Returns a paginated list of transfers (payouts/dispersions).

A transfer represents a payout of funds to the merchant (where the money is sent and the payout status).
Transfers typically aggregate multiple transactions.

If you need movement-level details (amount/fee/net per operation) or to reconcile charges, use GET /transactions.

## Query parameters

- `limit` integer
- `search` string
- `next` string
- `previous` string

## Headers

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

## Response `200`

successful

## 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)
