---
title: "Listar Pagamentos"
method: GET
path: "/"
---

# Listar Pagamentos

`GET /`

Lista pagamentos de boleto de uma conta

## Query parameters

- `start` integer
- `limit` integer
- `created_at_from` string, date
- `created_at_to` string, date
- `status` string
- `barcode` string
- `updated_at_from` string, date
- `updated_at_to` string, date

## Response `200`

200

- object[]
  - `id` string
  - `account_id` string
  - `barcode` string
  - `status` string
  - `document_amount_cents` integer
  - `amount_cents` integer
  - `description` unknown
  - `created_at` string
  - `updated_at` string

## Other responses

- `404` — 404

---

[API](https://skmtc.net/iugu/apis/tokens-de-api.md) · [All operations](https://skmtc.net/iugu/apis/tokens-de-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/iugu/tokens-de-api/versions/4590fc729d1e/schema)
