Step-by-step on how Lightspeed Kounta works with Now Book It
-
Reservations with BOOKING Type:
-
A booking created from Booking Widget or Diary.
-
Booking is Seated by the Venue Staff on Booking Time.
-
An event is Broadcasted to NBI POS API with all updates in booking.
-
POST the new ORDER with PAYMENT SUMMARY object to KOUNTA.
-
Staff on KOUNTA POS gets a notification of NEW ORDER.
-
The Order is Accepted/Rejected by Staff.
-
The New KOUNTA Order Id is stored in Memory in NBI POS API.
-
Staff on KOUNTA POS processes the Order (i.e. Adds Items and Payments to COMPLETE the Order).
-
The COMPLETED ORDER are process as SALES Data by NBI POS API.
-
View the Sales Records on NBI Connect Dashboard.
-
-
Reservations with WALKIN Type:
-
A New Walkin is Created or an Existing Walkin is Updated in NBI Diary.
-
Walkin updates events Broadcasted to NBI POS API.
-
If the Walkin Status is modified/created with Seated, A new ORDER is POSTED to KOUNTA.
-
Staff on KOUNTA POS gets a notification of NEW ORDER.
-
The Order is Accepted/Rejected by Staff.
-
The New KOUNTA Order Id is stored in Memory in NBI POS API.
-
Staff on KOUNTA POS processes the Order (i.e. Adds Items and Payments to COMPLETE the Order).
-
The COMPLETED ORDER are process as SALES Data by NBI POS API.
-
View the Sales Records on NBI Connect Dashboard.
-
Conditions to Create NEW Order:
-
Booking Must Be :
-
A New Booking with Status Seated, OR,
-
An Existing Booking with Status field modification with new Value : Seated, and,
-
-
A Kounta Order has NOT already been created for this Booking, OR,
-
A Kounta Order has Already Been Created:
-
Booking is Modified within 5 minutes of Last seated - This is identified by Getting the Kounta Order created At date.
-
New Booking Status is : [ Cancelled, Confirmed, No_Show, Unconfirmed ]
-
IF the Kounta Order has Items or Payments - Do not Delete - Return an Error.
-
Delete the Kounta Order - This is due to a mistake the booking was made seated.
-
NOTE: Because in this scenario - The Current Booking Status is NOT SEATED the system will return the event from here. i.e. No New Orders will be created.
-