Cash Register Help: Webhook

Free cash register

Free-cash-register.net, free online POS software since 2014

Follow Us

Cash Register Help Center

This help will guide you through the setup and usage of our point of sale cash register software.

🔗 Webhook (HTTP notifications)

Receive notifications via webhook

A webhook can be defined in the Configuration > General Options page, in the 'Interface Options' section.

The webhook URL will be called automatically for each validated or completed order.

Parameters transmitted:

  • type: validated or terminated
  • orderID: accounting order number
  • orderInternalID: internal identifier of the order
  • price: total amount
  • clientID: client identifier
  • customer: customer data
  • cashBoxID: cash register identifier
  • deliveryMethod: delivery method
  • PDFinvoice: link to the PDF invoice
  • items: list of items in JSON format
  • VATs: list of VAT rates and amounts
  • VAT: total VAT amount
  • isRefund: true/false if refund
📡 The webhook is called twice per command: once upon validation, once upon termination.
Register now