In Venue Collections - Order and Pay
Orders API - Order Type = 8
1. AddOrder → Create order
- Set ordertype = 8
- Set Order Number
2. UpdateOrder (multiple) → Build order
- Add items progressively
- Apply discounts and promotions
- Calculate totals
3. UpdateOrder → Process payment
- Customer pays via app
- Include payment details
- Set isOpen = false
4. Kitchen Visibility → After payment
- Order appears in kitchen and on customer collection screen only when paid
- Staff prepare order
- Order shown as ready to collect on order collection screenLast updated
Was this helpful?
