---
title: "Get bill document"
method: GET
path: "/bills/{id}/document"
tags: ["Bills"]
---

# Get bill document

`GET /bills/{id}/document`

Get the download URL for a bill's attached document

## Path parameters

- `id` string, required

## Response `200`

OK

- BillDocumentReply — Bill document download details
  - `download_url` string
  - `filename` string
  - `mime_type` string

## Other responses

- `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)
