---
title: "Leer Pago"
method: GET
path: "/payments/{paymentID}"
tags: ["Pagos"]
---

# Leer Pago

`GET /payments/{paymentID}`

Se listan obtienen los datos del programa.

## Path parameters

- `paymentID` string, uuid, required — ID del programa que se desea trabajar.

## Headers

- `campusID` string, uuid, required
- `periodID` string, uuid, required — ID del periodo que se desea trabajar.

## Response `200`

Leer Pago

- PaymentsEntries
  - `id` string, uuid — Identificador único del registro
  - `created_at` string, date-time — Fecha y hora de creacion del registro
  - `updated_at` string, date-time — Fecha y hora de creacion del registro
  - `method` 'debit card' | 'credit card' | 'transfer' | 'cash' — Tipo de entrada, Colegitura, Inscripcion, Complemento
  - `ticketReference` string — Identificador del metodo de pago.
  - `amount` number — Monto de pago complento o pendiente de la entrada
  - `paymentDate` string, date — Fecha de recepcion del pago
  - `status` 'pending' | 'waiting' | 'successful' | 'cancelled' | 'failed' | 'holding' — Estado del pago
  - `external_id` string — Campo arbitrario de datos de terceros
  - `metadata` object — Campo arbitrario de datos de terceros

## Other responses

- `404` — unresolved $ref

---

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