Skip to main content
GET
/
receipts
/
{receiptId}
/
pdf
Download receipt PDF
curl --request GET \
  --url https://api.openfiskal.com/v1/receipts/{receiptId}/pdf \
  --header 'Authorization: Bearer <token>' \
  --header 'X-OpenFiskal-Merchant: <x-openfiskal-merchant>'
"<string>"

Documentation Index

Fetch the complete documentation index at: https://dev.openfiskal.com/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-OpenFiskal-Merchant
string
required

Path Parameters

receiptId
string
required

Response

Receipt PDF downloaded

The response is of type file.