---
title: "Retrieve a single receipt by charge id"
method: GET
path: "/api/v1/receipts/by-charge/{chargeId}"
tags: ["Receipts"]
---

# Retrieve a single receipt by charge id

`GET /api/v1/receipts/by-charge/{chargeId}`

Required scope: `receipts:read` </br>Organization authorization: `supported`

## Path parameters

- `chargeId` integer, required

## Response `200`

Receipt with provided charge id

- Receipt
  - `id` integer, required — Id of the receipt
  - `identifier` string, nullable — Human-readable receipt number (identifier)
  - `version` integer, required — The version of the receipt layout
  - `totalAmount` number, required — The total amount on the receipt
  - `currency` Currency1
    - `identifier` string, required — Currency identifier, e.g. dkk
    - `name` string, required — Readable name of currency
    - `decimals` integer — Number of decimals for this currency
  - `entries` ReceiptEntry[], required — A list of transaction ids linked to the receipt
    - `title` string, required — Title
    - `subTitle` string, nullable — Subtitle
    - `amount` number, required — Amount
    - `subAmount` number, required — Sub amount
  - `vat` number, required — Value added tax (VAT) amount on the receipt.
  - `pdfUrl` string, nullable — PDF url where the receipt can be fetched from
  - `createdAt` string, date-time, required — The date and time receipt was created

## Other responses

- `400` — The request is invalid
- `401` — Consumer with provided credentials was not found
- `403` — Operator doesn't have access to resource
- `404` — Entity with the provided id was not found

---

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