---
title: "Get a receipt link"
description: "A short-lived link to the receipt PDF of one paid order (an id from the receipts list)."
canonical: https://docs.mentio.dev/api/billing/get-invoice-url
markdown: https://docs.mentio.dev/api/billing/get-invoice-url.mdx
---

# Get a receipt link

`GET /v1/billing/invoices/{id}/url`

A short-lived link to the receipt PDF of one paid order (an id from the receipts list).

## Parameters

- `id` (path, required): The order id from GET /v1/billing/invoices.

## Responses

- 200: A short-lived link to the receipt PDF
- 401: Missing or invalid credentials
- 404: No such receipt, or its PDF is not ready yet
- 503: Billing is not configured

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
