Public endpoint — no authentication required. Verifies the authenticity
of a fiscal document by its code (printed on the receipt or encoded in
the QR code).
Safe to expose publicly and link from QR codes on receipts.
GET
/
verify
/
{fiscalDocumentCode}
Verify a receipt
Copy
Ask AI
curl --request GET \ --url https://api.openfiskal.com/v1/verify/{fiscalDocumentCode}