---
title: "Download a tradable PDF"
method: GET
path: "/v1/erp/tradables/{id}/pdf"
tags: ["Tradable"]
---

# Download a tradable PDF

`GET /v1/erp/tradables/{id}/pdf`

Downloads the PDF attached to a tradable (payable/receivable) as an attachment. Returns a
JSON message if the tradable has no PDF attached.

Accessible to company admins and members of the tradable's company.

## Parameters

- `#/paths/~1v1~1erp~1payouts~1rules/get/parameters/0` — unresolved $ref
- `#/paths/~1v1~1erp~1payouts~1rules~1%7Bid%7D/get/parameters/1` — unresolved $ref

## Response `200`

The PDF file. If no PDF is attached, a JSON body
`{"message": "tradable does not have a pdf attached"}` is returned.

## Other responses

- `401` — Unauthorized
- `404` — Tradable not found

---

[API](https://skmtc.dev/cardda/apis/banking-api.md) · [All operations](https://skmtc.dev/cardda/apis/banking-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/cardda/banking-api/revisions/ff1aeb3fda8b/schema)
