The Hosted Receipts API will be the separate public surface for receipt retrieval and delivery. Use it after an operation reachesDocumentation Index
Fetch the complete documentation index at: https://dev.openfiskal.com/llms.txt
Use this file to discover all available pages before exploring further.
completed state in the fiscalization API.
The Hosted Receipts API uses the same server-to-server authentication model as the fiscalization API:
Authorization: Bearer ... plus X-OpenFiskal-Merchant.What it covers
- Retrieve a receipt by receipt ID
- Look up the receipt generated for a completed operation
- Download a rendered PDF
- Send a receipt by email or SMS
Typical flow
- Complete an operation in the Fiscalization API.
- Resolve the receipt with
GET /operations/{operationId}/receipt. - Use the returned
receipt.idfor follow-up retrieval, PDF download, or delivery.
Receipt entity
The Hosted Receipts API centers on theReceipt entity. A receipt is a denormalized document that packages merchant identity, line items, totals, payments, and fiscal evidence into a portable object.
Key sections include:
issuerfor merchant, location, and register identityline_itemsfor the purchased goods or servicestotalsfor net, tax, and gross amountspaymentsfor the payment mix used at completionfiscalfor the jurisdiction-specific fiscal payloadlinksfor JSON, PDF, and hosted-view URLs
Delivery workflows
UsePOST /receipts/{receiptId}/send to trigger server-side delivery. The current API supports:
emailsms