---
title: "Download PNR invoice"
method: POST
path: "/v2/trips/{tripId}/pnrs/{pnrId}/download-invoice"
tags: ["Trip PNRs"]
---

# Download PNR invoice

`POST /v2/trips/{tripId}/pnrs/{pnrId}/download-invoice`

This endpoint downloads invoice on demand for a given trip ID and PNR ID.

## Response `200`

OK

- DownloadInvoiceResponse — Invoice of trip in PDF format
  - `data` string, byte

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — The specified resource was not found.

---

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