---
title: "Retrieve invoices for specific orders."
method: GET
path: "/invoices/{OrderReference}/"
tags: ["Invoices"]
---

# Retrieve invoices for specific orders.

`GET /invoices/{OrderReference}/`

The output contains the binary code for invoices in the PDF file format, Base64 encoded (Base64 is used to represent binary data in the ASCII string format).

## Path parameters

- `OrderReference` string, required

## Headers

- `Accept` 'application/json', required
- `X-Avangate-Authentication` string, required

## Response `200`

OK

- InlineResponse2004
  - `filename` string
  - `data` string

## Other responses

- `400` — Invalid data

---

[API](https://skmtc.dev/2checkout/apis/api-rest-documentation.md) · [All operations](https://skmtc.dev/2checkout/apis/api-rest-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/2checkout/api-rest-documentation/revisions/8a7ea610933e/schema)
