Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Contents

Table of Contents
minLevel1
maxLevel4
outlinefalse
stylenone
typelist
printabletrue

...

Table of Contents
minLevel5
maxLevel6
outlinefalse
typeflat
separatorpipe
printabletrue

...

🏪 Restaurant Management

ActionTests

How to test

Vendor Action

Expected Result

Update Store Statusstore status

  • To Online

Authenticated user User inputs restaurant address on restaurant search in Appin the store locator in RBI’s platform.

Update Store Status to Online (docs)store status to online via Update Store Status endpoint.

Info

RBI's platform will request a recurring update on store status via the Store Heartbeat Webhook.

→ Partners API reports store is online through Get Store Status call endpoint.

Ordering buttons become eligible for the store.

image-20240815-141535.pngImage Removed

Note: Select button is available and not grayed out.

image-20240918-120813.pngImage Added
Info

Store ordering availability is not only affected by the POS status, as there are other configurations required to activate stores.

→ RBI admins have access to the Store Diagnostics and can verify that isRestaurantPosOnline: true

image-20240815-141749.png

Update Store Statusstore status

  • To Offline

Authenticated user User inputs restaurant address on restaurant search in Appin the store locator in RBI’s platform.

Update Store Status to Offline (docs)store status to offline via Update Store Status endpoint.

Info

RBI's platform will request a recurring update on store status via the Store Heartbeat Webhook.

→ Partners API reports store is offline through Get Store Status call endpoint.

→ Ordering buttons become grayed out for the store. Mobile ordering is not available at this store warning appears.

image-20240815-142116.pngImage Removedimage-20240815-142116.pngImage AddedNote:
Info

Store ordering availability is not only affected by the POS status, as there are other configurations required to activate stores.

→ RBI admins have access to the Store Diagnostics and can verify that isRestaurantPosOnline: false

image-20240815-141749.png

🍔 Menu Management

Store Menu Pricing & Availability

Info

For all the cases below, for further debugging you can use the Get Store Menu Diff endpoint to identify the the changes in the store’s menu.

Note

For all the cases below, consider a cache of up to 1 minute for updates to reflect in RBI’s frontend.

Action

Tests

Vendor Action

Expected Result

Make an item available for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the menu section of the item.

Make a request with price and availability : true for the respective PLU (s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Item appears in App Menu section with correct price.

  • Consider a cache of up to 1 minute for updates to reflect in FE.

Make an item Make an item unavailable for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the menu section of the item.

Make a request with price and availability : false for the respective PLU (s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Item disappears from App Menu section.

  • Consider a cache of up to 1 minute for updates to reflect in FE.

Make a combo available for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the menu section of the combo.

Make a request with price and availability : true for the respective PLU(s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Combo appears in App Menu section with correct price.

Consider a cache of up to 1 minute for updates to reflect in FE

.

Note

Combos availability is not only affected by the Combo PLU, as other menu structures are required. Read about it here.

Make a combo unavailable for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the menu section of the combo.

Make a request with price and availability : false for the respective PLU(s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Combo disappears from App Menu section.

  • Consider a cache of up to 1 minute for updates to reflect in FE.

Make a modifier multiplier available for a Make a modifier multiplier available for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the item containing the modifier multiplier.

Make a request with price and availability : true for the respective PLU (s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Modifier Multiplier appears in App Menu section with correct price.

Consider a cache of up to 1 minute for updates to reflect in FE

.

Make a modifier multiplier unavailable for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the item containing the modifier multiplier.

Make a request with price and availability : false for the respective PLU (s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Modifier Multiplier disappears from App Menu section.

Consider a cache of up to 1 minute for updates to reflect in FE

.

Make a Systemwide Offer available for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the offers page.

Make a request with price and availability : true for the respective PLU(s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Offer appears in App Offers page and is available for Mobile redemption with correct price.

  • Consider a cache of up to 1 minute for updates to reflect in FE.

Offers availability is not only affected by the Combo
Note
Note

Offers availability is not only affected by the offer PLU, as other menu structures are required. Read about it here.

Make a Systemwide Offer unavailable for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the offers page.

Make a request with price and availability : false for the respective PLU(s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Offer button for Mobile redemption is grayed out.

  • Consider a cache of up to 1 minute for updates to reflect in FE.

Make a premium item (within a comboslot) available as part of a combo

image-20240318-184606.png
Info

Only applicable if the POS supports premium comboslots, that is, combo sides which increase the total combo price

Authenticated user selects ordering for the corresponding store and navigates to the combo containing the premium item.

  • Internal configurations should be applied to serve Composite PLU for the given POS Vendor / market.

Make a request with price and availability : true for the respective PLU(s) to Partner’s API using the Update Store Menu PLUs endpoint.

  • The PLU for the premium comboslot option should follow the pattern comboPlu-itemPlu. ( E.g. for the whopper meal medium (PLU=123) to have onion rings (PLU=456) as a premium comboslot option, the price would have to be posted using the plu 123-456.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Item appears inside the Combo with the desired premium price.

  • Consider a cache of up to 1 minute for updates to reflect in FE.

Make a premium item (within a comboslot) unavailable as part of a combo

image-20240318-184606.pngImage Removed

Make a premium item (within a comboslot) unavailable as part of a combo

image-20240318-184606.pngImage Added
Info

Only applicable if the POS supports premium comboslots, that is, combo sides which increase the total combo price

Authenticated user selects ordering for the corresponding store and navigates to the combo containing the premium item.

  • Internal configurations should be applied to serve Composite PLU for the given POS Vendor / market.

Make a request with price and availability : false for the respective PLU(s) to Partner’s API using the Update Store Menu PLUs endpoint.

  • The PLU for the premium comboslot option should follow the pattern comboPlu-itemPlu. ( E.g. for the whopper meal medium (PLU=123) to have onion rings (PLU=456) as a premium comboslot option, the price would have to be posted using the plu 123-456.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Item disappears from the Combo.

Consider a cache of up to 1 minute for updates to reflect in FE

.

Make a Reward available for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the rewards page.

Make a request with price and availability : true for the respective PLU(s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Reward appears in App Rewards page and is available for Mobile redemption with correct price.

  • Consider a cache of up to 1 minute for updates to reflect in FE.

Rewards availability
Note
Note

Rewards availability is not only affected by the Combo reward PLU, as other menu structures are required. Read about it here.

Make a Reward unavailable for a certain store

Authenticated user selects ordering for the corresponding store and navigates to the rewards page.

Make a request with price and availability : false for the respective PLU(s) to Partner’s API using the Update Store Menu PLUs endpoint.

→ Partners API GET Store Menu PLUs endpoint returns the PLUs with the corresponding price and availability.

→ Reward button for Mobile redemption is grayed out.

Consider a cache of up to 1 minute for updates to reflect in FE.

💰 Checkout

Order Creation

You can learn about the checkout actions in the Partner API here: Order API - Checkout

Action

Tests

Vendor Action

Expected Result

Pricing Order

Info

Orders are priced at the checkout to confirm how much a user will be charged. Regardless of the pricing and availability information cached at the application level, the POS is queried one last time to provide the final answer for Pricing and Availability of the different cart products.

Authenticated user selects ordering for the corresponding store, builds a adds items to cart and navigates to the checkout.

All Cart Structures must be tested in this category:

  • Item

  • Item w/ with modifiers

  • Combo

  • Combo with items w/ with modifiers

  • Systemwide Offer Item

  • Systemwide Offer Combo

  • Systemwide Offer Combo w/ with modifiers

  • Reward Item

  • Reward Combo

  • Reward Combo with modifiers

  • Promo Codes - Amount Discount

  • Promo Codes - Percentage Discount

  • Reward Item

  • Reward Combo

  • Reward Combo with modifier

Partner is subscribed to the ORDER_PRICE webhook (docs), which provides details about a new order to be priced.Partner utilizes the Price Webhook Callback to answer the Price requestthe Price Order webhook. The payload of the webhook includes the order contents for the selected store id and service mode.

Partner must return the price and availability for each item in the order, the total price and any errors using the Price Webhook Callback endpoint.

Error Handling to follow the message and code standards:

  • Message: include a clear error message, mentioning the PLUs responsible for the failure and the designated store. Do not include unhelpful information like Error occurred while processing request

  • Code Enum: "MENU" "STORE" "TIMEOUT" "UNKNOWN"

→ /cart page loads total price of the user cart, corresponding to the sum of all products within.

loading Loading time does not exceed 3 seconds for p99.

→ Tax, Subtotal, and Total are visible at checkout (as applicable according to local regulation).

→ [OPTIONAL] Fees, such as “Bag Fee”, are visible in the /cart page, separately from total cart amount.

Commit Order

Info

After

successfully

a successful pricing and payment,

order is injected

the order needs to be acknowledge by and registered in the POS.

Authenticated user selects ordering for the corresponding store, builds a cart, navigates to the checkout and places (pays for) an order.

All Cart Structures must be tested in this category:

  • Item

  • Item w/ modifiers

  • Combo

  • Combo with items w/ modifiers

  • Systemwide Offer Item

  • Systemwide Offer Combo

  • Systemwide Offer Combo w/ modifiers

  • Promo Codes - Amount Discount

  • Promo Codes - Percentage Discount

  • Reward Item

  • Reward Combo

  • Reward Combo with modifier

Partner is subscribed to the ORDER_COMMIT webhook (docs), which provides details about a new order to be injected in the POS.Partner utilizes the Commit Webhook Callback to answer the Commit requestCommit Order webhook. The payload of the webhook includes the order id, total order price and customer details.

The POS must respond to the webhook request by using the Commit Webhook callback endpoint.

Error Handling to follow the message and code standards:

  • Message: include a clear error message, mentioning the PLUs responsible for the failure and the designated store. Do not include unhelpful information like Error occurred while processing request

  • Code Enum: "MENU" "STORE" "TIMEOUT" "UNKNOWN"

→ Order is injected in the POS.

(further details included below, as per service mode and payment method)

Cancel Order

→ Check whether the status has been changed to cancel

→ Check whether the
Note

Committing and order does not mean that the order should be prepared immediately.

In the Commit Order webhook payload we include the fireOrderInSeconds field which indicates when the order should be sent (or 'fired') to the kitchen for preparation. In some case the fire webhook will be needed to determine when the order should be fired.

This will vary by service mode and payment method – see tables below.

Cancel Order

→ Check whether the status has been changed to cancel

→ Check whether the automatic refund has been processed (if applicable)

→ Check whether the cancellation email was triggered

→ Check whether delivery has been cancelled (if applicable)

→ When the order is canceled in the POS the payment should be refunded.

...

Order firing for in-Restaurant Service Modes

Info

When we reference the Order Number from RBI, the following is expected:

  • RBI’s order number should substitute the POS order number in the receipt.

  • RBI’s order number is configurable, allowing numerical interval restriction and / or utilization of an alphanumerical prefix.

Place a Dine In / Pickup / Guests rely exclusively on this number to identify their online orders

.

Action

Tests

Vendor Action

Expected Result

Vendor Action

Expected Result

Place a Dine In / Pickup

  • Immediate order (Now)

Authenticated user selects ordering for the corresponding store, builds a cart and navigates to checkout.

User selects Dine In or Pick Up and order time Now.

image-20240918-141301.pngImage Added

Partner collects the service mode (serviceMode) from the GET Order endpoint (EAT_IN TAKEOUT ) and injects in the POS.

Partner collects the order number (number) from the GET Order endpoint and injects in the POS.

  • fireOrderInSeconds: 0 indicates the order should be fired to the kitchen immediately.

→ Order is injected in the POS.

→ KDS identifies the service mode.

→ DSS ticket printed according to the service mode.

→ Receipt printed with Order Number from RBI.

→ ORB displays Order Number from RBI.

Note

Guests rely exclusively on this number to identify their online orders.

Place a Drive-Thru order

  • Immediate order (Now)

Authenticated user selects ordering for the corresponding store, builds a cart and navigates to checkout.

User selects service mode and order time NowDrive Thru. No time selection appears.

Partner collects the service mode (serviceMode) from the GET Order endpoint (EAT_IN TAKEOUT DRIVE_THRU) and injects in the POS.

Partner collects the order number (number) from the GET Order endpoint and injects in the POS.

  • fireOrderInSeconds: 0null indicates the order should be fired held in the POS until the order is released.

→ Order is registered in the POS but not sent to the kitchen

immediately

.

Order is injected in the POS.→ KDS identifies the service mode.When the guest arrives at the restaurant, a team member manually fires the order to the kitchen.

At that point,

→ DSS ticket printed according to the service mode.

→ Receipt printed with Order Number from RBI.

→ ORB displays Order Number from RBI.

  • RBI’s order number is expected to substitute the POS order number.

  • RBI’s order number is configurable, allowing numerical interval restriction and / or utilization of an alphanumerical prefix.

Note

Place a Table Service order

Immediate order (Now)

Authenticated user selects ordering for the corresponding store, builds a cart and navigates to checkout.

User selects service mode and order time Now.User Table Service and inputs the desired table number. No time selection appears.

image-20240918-162817.pngImage Added

Partner collects the service mode (serviceMode) from the GET Order endpoint (TABLE_SERVICE) and injects in the POS.

Partner collects the order number (number) from the GET Order endpoint and injects in the POS.

  • fireOrderInSeconds: 0 indicates the order should be fired to the kitchen immediately.

→ Order is injected in the POS with reference to the table number.

→ KDS identifies the service mode.

→ KDS identifies the table number.

→ DSS ticket printed according to the service mode.

→ DSS ticket printed with the table number.

→ Receipt printed with the table number.

→ Receipt printed with order number from RBI, though at a less relevant place, since table number should take precedence to the order number.

RBI’s order number is expected

to

substitute

the

POS

order number.

  • RBI’s order number is configurable, allowing numerical interval restriction and / or utilization of an alphanumerical prefix.

  • Note

    Crew members rely on an easy identification of the table number to identify where this order should be taken to.

    Place a Curbside order

    • Immediate order (Now)

    Authenticated user selects ordering for the corresponding store, builds a cart and navigates to checkout.

    User selects service mode and order time Now.

    User inputs the car plate number.

    Partner collects the service mode (serviceMode) from the GET Order endpoint (CURBSIDE) and injects in the POS.

    Partner collects the order number (number) from the GET Order endpoint and injects in the POS.

    • fireOrderInSeconds: 0 indicates the order should be fired to the kitchen immediately.

    → Order is injected in the POS with reference to the table number.

    → KDS identifies the service mode.

    → KDS identifies the table number.

    → DSS ticket printed according to the service mode.

    → DSS ticket printed with the table number.

    → Receipt printed with the car plate.

    → Receipt printed with order number from RBI, though at a less relevant place, since car plate should take precedence to the order number.

    RBI’s order number is expected to substitute the POS

    should take precedence to the order number.

  • RBI’s order number is configurable, allowing numerical interval restriction and / or utilization of an alphanumerical prefix.

  • Note

    Crew members rely on an easy identification of the car plate number to identify where this order should be taken to.

    Place a Dine In / Pickup / Drive-Thru order

    • Future order (Scheduled)

    Authenticated user selects ordering for the corresponding store, builds a cart and navigates to checkout.

    User selects service mode Dine In or Pick Up and order time equivalent to any slot in the future.

    image-20240918-162640.pngImage Added

    Partner collects the service mode (serviceMode) from the GET Order endpoint (EAT_IN TAKEOUT DRIVE_THRU) and injects in the POS.

    Partner collects the order number (number) from the GET Order endpoint and injects in the POS.

    • fireOrderInSeconds: X indicates the order should be fired to the kitchen X seconds after the order is placed.

    → Order is injected in the POS.

    → Order appears in the KDS X seconds after POS order injection.

    → KDS identifies the service mode.

    → DSS ticket printed according to the service mode.

    → Receipt printed with Order Number from RBI.

    → ORB displays Order Number from RBI.

  • RBI’s order number is expected to substitute the POS order number.

  • RBI’s order number is configurable, allowing numerical interval restriction and / or utilization of an alphanumerical prefix

    from RBI.

    Note

    Guests rely exclusively on this number to identify their online orders.

    Place a Table Service order

    • Future order (Scheduled)

    Authenticated user selects ordering for the corresponding store, builds a cart and navigates to checkout.

    User selects table service mode and order time equivalent to any slot in the future.

    User inputs the desired table number.

    Partner collects the service mode (serviceMode) from the GET Order endpoint (TABLE_SERVICE) and injects in the POS.

    Partner collects the order number (number) from the GET Order endpoint and injects in the POS.

    • fireOrderInSeconds: X indicates the order should be fired to the kitchen X seconds after the order is placed.

    → Order is injected in the POS with reference to the table number.

    → Order appears in the KDS X seconds after POS order injection.

    → KDS identifies the service mode.

    → KDS identifies the table number.

    → DSS ticket printed according to the service mode.

    → DSS ticket printed with the table number.

    → Receipt printed with the table number.

    → Receipt printed with order number from RBI, though at a less relevant place, since table number should take precedence to the order number.

    • RBI’s order number is expected to substitute the POS order number.

    • RBI’s order number is configurable, allowing numerical interval restriction and / or utilization of an alphanumerical prefix.

    Note

    Crew members rely on an easy identification of the table number to identify where this order should be taken to.

    Place a Curbside order

    • Future order (Scheduled)

    Authenticated user selects ordering for the corresponding store, builds a cart and navigates to checkout.

    User selects service mode and order time equivalent to any slot in the future.

    User inputs the car plate number.

    Partner collects the service mode (serviceMode) from the GET Order endpoint (CURBSIDE) and injects in the POS.

    Partner collects the order number (number) from the GET Order endpoint and injects in the POS.

    • fireOrderInSeconds: X indicates the order should be fired to the kitchen X seconds after the order is placed.

    → Order is injected in the POS with reference to the table number.

    → Order appears in the KDS X seconds after POS order injection.

    → KDS identifies the service mode.

    → KDS identifies the table number.

    → DSS ticket printed according to the service mode.

    → DSS ticket printed with the table number.

    → Receipt printed with the car plate.

    → Receipt printed with order number from RBI, though at a less relevant place, since car plate should take precedence to the order number.

    RBI’s order number is expected

    to

    substitute

    the

    POS order number.RBI’s

    order number

    is configurable, allowing numerical interval restriction and / or utilization of an alphanumerical prefix

    .

    Note

    Crew members rely on an easy identification of the car plate number to identify where this order should be taken to.

    Payment Methods

    Note

    Applicable only to In-Restaurant orders.

    ...

    Action

    Tests

    Vendor Action

    Expected Result

    Place a Delivery order

    Authenticated user inputs address within delivery area on restaurant search in App, builds a cart and navigates to checkout.

    Authenticated user clicks on “Continue” on the checkout page, and confirms selecting any payment method by clicking “Place Secure Order”.

    Partner collects the service mode (serviceMode) from the GET Order endpoint (DELIVERY) and injects in the POS.

    • fireOrderInSeconds: null indicates the order should not be fired to the kitchen, and instead be injected to the POS in suspended mode.

    Partner collects the order number (number) from the GET Order endpoint and injects in the POS.

    → Order is injected in the POS.

    → Order does not appear in the KDS (not fired into the kitchen).

    Fire a Delivery order into the kitchen

    Delivery vendor request to move the order to kitchen

    • Based on driver’s geolocation OR driver’s ETA to the restaurant.

    Partner is subscribed to the ORDER_FIRE webhook, which triggers a request to fire an order into the kitchen.

    Partner fires the order through a POST call to the Fire Order endpoint.

    • Firing is expected to happen when the driver is at a distance / time from the restaurant equal or lower to the preparation time (prep time). The POS vendor is not required to compute any logic, as RBI is responsible for informing the POS vendor when to fire orders.

    → Order appears in the KDS (is fired into the kitchen).

    → KDS identifies the service mode.

    → DSS ticket printed according to the service mode.

    → Receipt printed with Order Number from RBI.

    • RBI’s order number is expected to substitute the POS order number.

    • RBI’s order number is configurable, allowing numerical interval restriction and / or utilization of an alphanumerical prefix.

    Note

    Drivers rely exclusively on this number to identify the order they are supposed to pick up at the restaurant.

    Cancel a Delivery order

    Delivery cancelation

    → Delivery Order successfully sent and placed in Partner’s POS.

    → If a delivery cancellation is requested:

    • The order should be canceled in the POS.

    Info

    Payment Methods do not interfere with order firing for Delivery orders.

    ...