---
title: "List charges"
method: GET
path: "/charges"
tags: ["Charges"]
---

# List charges

`GET /charges`

Retrieves a paginated list of charges for the authenticated account.

Use the pagination parameters (`limit`, `next_page`, `previous_page`) to navigate through results.
Use `search` to filter charges (for example by id or reference).

## Query parameters

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

## Headers

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

## Response `200`

successful operation

## Other responses

- `401` — authentication error
- `422` — whitelist validation 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)
