> ## Documentation Index
> Fetch the complete documentation index at: https://docs.clearpago.com/llms.txt
> Use this file to discover all available pages before exploring further.

# GET /api/pix/refund

> Lista de refund-in com page, limit, status (PENDING, CONFIRMED, FAILED) e intervalo de datas.

## Resumo

* **Método:** `GET`
* **Rota:** `/api/pix/refund`
* **Autenticação:** `Authorization: Bearer <seu_api_token>`

## Query (documentado)

| Parâmetro                 | Padrão / máx.         | Filtro `status` (exemplos)                                    |
| ------------------------- | --------------------- | ------------------------------------------------------------- |
| `page`                    | `1`                   | —                                                             |
| `limit`                   | `20` (máx. 100)       | —                                                             |
| `status`                  | opcional              | `PENDING`, `CONFIRMED`, `FAILED` (podem existir estados além) |
| `start_date` / `end_date` | opcionais, inclusivos | `YYYY-MM-DD`                                                  |

`TODO: resposta (formato, paginação)` — não fornecida na origem.

## Ver

* [Criar refund-in](/api-reference/create-refund-in)
* [Obter detalhe do refund](/api-reference/get-refund)
