
KDS
Use this sub-tab to send Kitchen Display System lifecycle events for an existing order. Fields
Click Send KDS Event to POST the event to FIRE’s KDS webhook endpoint. FUEL displays the HTTP response status and body inline.
Fiscal generic
Send fiscal authorization callbacks to FIRE for any supported country. FIRE uses these callbacks to update an order’s fiscal document status. Fields- Country — selects the country-specific document template (BR, MX, CO, PE, EC, CL, AR).
- Status — one of
fiscal_graphic,authorized,cancelled,rejected,denied,error.fiscal_graphicdelivers the printable representation and is not an approval. - Document JSON — pre-filled template for the selected country. Edit any field before sending.
- Error code / Error message — optional; include when simulating rejection or error flows.
Each country template includes the minimum required fields for that fiscal system. Expand or modify the JSON to test edge cases such as missing fields or malformed document keys.
PlugNotas BR
Dedicated sub-tab for Brazilian NFC-e and NFS-e webhooks delivered through the PlugNotas gateway. The document JSON is pre-filled with SEFAZ-specific fields includingchave_de_acesso, numero, serie, data_emissao, and protocolo. Set the Status to CONCLUIDO for a successful issuance or REJEITADO to simulate a SEFAZ rejection.
Click Send to forward the payload to FIRE’s PlugNotas callback endpoint.
Mock endpoints
Create lightweight HTTP endpoints hosted by FUEL that simulate external services — delivery providers, fiscal gateways, ERP callbacks, and more.1
Create an endpoint
Click New endpoint, enter a URL path (e.g.
/mock/fiscal/callback), select the HTTP method (GET, POST, PUT, PATCH, DELETE), and choose an auth type.2
Configure the response
Enter the JSON response body and HTTP status code you want FUEL to return. Use one of the four behavior presets for common scenarios:
3
Copy the URL
Click Copy URL to get the full endpoint URL. Paste it into the external system or FIRE configuration you are testing against.
4
Inspect request logs
Each endpoint has a Request log panel that shows every inbound request: timestamp, headers, body, and the response FUEL returned.
Events log
Displays all webhook events that FIRE has sent to FUEL, in reverse-chronological order. Each row shows the event type, source order ID, payload preview, timestamp, and HMAC verification status — a green badge means the signature matched FUEL’s configured webhook secret; a red badge means it did not.If HMAC validation is failing, verify that the webhook secret configured in FUEL’s environment settings matches the secret registered on the FIRE side.

