---
title: "Get Order Invoice"
method: GET
path: "/v1/customer-portal/orders/{id}/invoice"
tags: ["customer_portal", "orders", "public"]
---

# Get Order Invoice

`GET /v1/customer-portal/orders/{id}/invoice`

Get an order's invoice data.

## Path parameters

- `id` string, uuid4, required — The order ID.

## Response `200`

Successful Response

- CustomerOrderInvoice — Order's invoice data.
  - `url` string, required — The URL to the invoice.

## Other responses

- `404` — Order not found.
- `422` — Validation Error

---

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