---
title: "Retrieve payment receipt"
method: GET
path: "/payment-receipts/{id}/"
tags: ["Billing"]
---

# Retrieve payment receipt

`GET /payment-receipts/{id}/`

## Response `200`

The payment receipt.

- PaymentReceipt — A fiscal payment receipt (e.g. Mexican REP / "complemento de pago"). It groups one or more payment sources that completed payment of an invoice.
  - `id` integer
  - `sources` string[], required — IDs of payment sources covered by this receipt. All sources must belong to invoices for the same customer and document type, and cannot already have a payment receipt.
  - `document` 'MX22', nullable — Fiscal document type (set automatically by the biller).
  - `number` integer
  - `date` string, date, nullable
  - `custom_change` number, nullable — Custom currency conversion factor.
  - `metadata` object
  - `tax_settings` object — Country-specific tax-agency settings (validated at create/update).
  - `status` 'draft' | 'finalized'
  - `biller_status` string
  - `tax_agency` object
  - `local_file` string, uri, nullable
  - `created` string, date-time
  - `updated` string, date-time

## Other responses

- `404` — Resource not found.

---

[API](https://skmtc.net/piriod/apis/piriod-api.md) · [All operations](https://skmtc.net/piriod/apis/piriod-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/piriod/piriod-api/versions/70cbc827dc7b/schema)
