Punchh receives a receipt_details API call from the POS to our ISL endpoints. This call contains line item strings for each item on the check and other receipt details such as subtotal, total amount, timestamps, transaction IDs, etc.
Note: This information is converted into the digital version of the receipts viewable in the Punchh Platform.
- The earnable amount is the sum of all line items in the receipt_details API call added up post discounts and pre-tax.
- The Subtotal Amount or Total Amount sent to Punchh is a seperate line in the receipt_details API call and is not used by the system to process earning.
- Any items eligible for earning or that should be excluded from earning needs to be sent to Punchh in the line Item String via the receipt_details API call from the POS.