---
title: "Get invoice PDF link"
method: GET
path: "/invoices/{id}/pdf-link"
tags: ["Invoices"]
---

# Get invoice PDF link

`GET /invoices/{id}/pdf-link`

Get a signed PDF URL for the specified invoice

## Path parameters

- `id` string, required

## Response `200`

OK

- GetPdfLinkData
  - `url` string

## Other responses

- `400` — Bad Request
- `404` — Not Found

---

[API](https://skmtc.net/alternativepayments/apis/alternative-payments.md) · [All operations](https://skmtc.net/alternativepayments/apis/alternative-payments/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/alternativepayments/alternative-payments/revisions/730efda86cd1/schema)
