Download an issued receipt PDF
The canonical PDF bytes whose SHA-256 the issuance response recorded. HTML and raw receipt data are deliberately not public.
/v1/receipt-documents/{document_id}/pdfThe canonical PDF bytes whose SHA-256 the issuance response recorded. HTML and raw receipt data are deliberately not public.
An opaque Fiskaliza API key. Each operation lists the capabilities required on that key.
In: header
Scope: fiskaliza:commands:write
Path Parameters
Response Body
application/pdf
application/json
application/json
application/json
curl -X GET "https://example.com/v1/receipt-documents/string/pdf""string"Issue a marked receipt copy POST
Records a new immutable, visibly marked COPY of the coupon. ORIGINAL is issued automatically by sale, return, and cancellation creation and cannot be created here. Replaying the same business-scoped key and locale returns the same copy; changing locale conflicts. The request has no body.
List issued receipt documents for a command GET
Returns issuance metadata only, newest first by issued_at and then ID descending. Includes originals and copies visible to the API key's business and POS access. Optional locale filters both results and total. An authorized command with no issuances returns an empty list. Offsets beyond the last result return an empty list with the matching total. No document is rendered or issued, and no Idempotency-Key is required. Limit defaults to 50; values above 100 are capped at 100.