---
title: "Receipts as Merged PDF"
method: GET
path: "/transactions/{transactionId}/receipts"
tags: ["Receipts"]
---

# Receipts as Merged PDF

`GET /transactions/{transactionId}/receipts`

Returns a single, merged PDF of all receipts of the provided transaction. The returned PDF contains all receipts attached to the transaction, concatenated into one single PDF file. The PDF is generated on the fly and may take a few seconds to be generated.

## Path parameters

- `transactionId` string, uuid, required

## Response `200`

One PDF file with all receipts attached to the transaction merged into this single PDF file.

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `403` — unresolved $ref
- `404` — unresolved $ref
- `429` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/getpliant/apis/pliant-customer-api.md) · [All operations](https://skmtc.dev/getpliant/apis/pliant-customer-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getpliant/pliant-customer-api/revisions/f3f589cfa718/schema)
