Get Challan PDF
GET
/api/pay/v1/order/{order_id}/challan/pdfDownloads the e-challan in PDF format for a given order.
Requires
Bearer token. Get token →Path Parameters
| Name | Type | Description |
|---|---|---|
order_id | stringrequired | Unique identifier of the order in the Pine Labs Online database. |
Status Codes
200 | Challan PDF returned successfully. |
Request
curl --request GET \
--url https://pluraluat.v2.pinepg.in/api/pay/v1/order/v1-250912053834-aa-a6T94l/challan/pdf \
--header 'Authorization: Bearer YOUR_ACCESS_TOKEN'Run this request
order_id