# Get Challan PDF

**Method:** `GET`

**Path:** `/api/pay/v1/order/{order_id}/challan/pdf`

**Category:** E-Challans

**Authentication:** Required

## Description

Downloads the e-challan in PDF format for a given order.


## Path Parameters

- `order_id` (`string`) **required** — Unique identifier of the order in the Pine Labs Online database.

## Responses

- `200` — Challan PDF returned successfully.

---

Reference: https://localhost:3000/api/e-challans/get-challan-pdf
