MerchantInfo
namestring · requiredName of the merchant or store
Example: COFFEE SHOP
addressstring | nullAddress of the merchant
Example: 123 Main Street, City, State 12345phonestring | nullPhone number of the merchant
Example: (555) 123-4567websitestring | nullWebsite of the merchant
Example: nulltax_idstring | nullTax ID or VAT number of the merchant
Example: 987654321
TransactionInfo
datestring · requiredDate of the transaction
Example: 2025-05-13total_amountstring · requiredTotal amount including tax
Example: 17.41
receipt_nostring | nullReceipt or transaction number
Example: R-12345timestring | nullTime of the transaction
Example: 09:30:00payment_methodstring | nullMethod of payment (e.g., credit card, cash)
Example: CREDIT CARDcard_infostring | nullPartial card information if applicable
Example: VISA **** 1234currencystring | nullCurrency used for the transaction
Example: USDsubtotalstring | nullSubtotal amount before tax
Example: 15.97tax_amountstring | nullTotal tax amount
Example: 1.44tax_ratestring | nullTax rate percentage
Example: 9tip_amountstring | nullTip amount if applicable
Example: 3.5discount_amountstring | nullDiscount amount if applicable
Example: null
LineItem
namestring · requiredName or description of the item
Example: Cappuccino Largetotal_pricestring · requiredTotal price for this item
Example: 5.99
quantitystring | nullQuantity of the item
Example: 1unit_pricestring | nullPrice per unit of the item
Example: 5.99tax_infostring | nullTax information specific to this item if available
Example: nulldiscountstring | nullDiscount applied to this item if any
Example: nullskustring | nullItem SKU or identifier if available
Example: nullcategorystring | nullCategory of the item if available
Example: Beverages
CustomerInfo
namestring | nullCustomer name if available
Example: nullidstring | nullCustomer ID or loyalty number if available
Example: nullmembershipstring | nullMembership status or type if available
Example: null
AdditionalInfo
return_policystring | nullReturn policy information
Example: No returns on food itemsbarcodestring | nullBarcode or QR code information if available
Example: nullcashierstring | nullCashier name or ID
Example: John D.store_nostring | nullStore number or identifier
Example: ST-45order_typestring | nullType of order (dine-in, takeout, delivery)
Example: Dine-innotesstring | nullAny additional notes or information
Example: Thank you for your visit!