---
title: "Consultar pagos"
method: GET
path: "/payments"
tags: ["Pagos"]
---

# Consultar pagos

`GET /payments`

Endpoint que permite consultar los pagos registrados en la aplicación

## Query parameters

- `start` integer
- `limit` integer
- `order_direction` 'ASC' | 'DESC'
- `order_field` 'id' | 'number' | 'date' | 'type'
- `type` 'in' | 'out'
- `metadata` boolean
- `client_id` integer
- `conciliation_id` integer
- `id` string
- `includeUnconciliated` boolean
- `fields` 'editable' | 'deletable' | 'voidable' | 'conciliation' | 'associations' | 'numberTemplate' | 'bills' | 'categories' | 'debitNote' | 'decimalPrecision'

## Response `200`

Se obtiene una lista que contiene los pagos

- Schema[] — unresolved $ref

---

[API](https://skmtc.net/alegra/apis/ingresos.md) · [All operations](https://skmtc.net/alegra/apis/ingresos/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alegra/ingresos/revisions/cd52d3f68f1b/schema)
