...
How do you interact with the API?
Our ordering API uses endpoint endpoints and webhooks, which follow this principle:
We broadcast all changes that impact orders via our webhooks.
We make available all information on orders via our endpoints.
Some webhooks require actions to be performed by the POS via our endpoints.
Expand | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||||||
Calculate basket priceDirect integrationWhen a guest loads the checkout page, the RBI mobile app communicates with the RBI platform to request the basket price by indicating the full basket contents. In turn, the RBI platform sends the full basket contents to the POS using the Price Order Webhook. The POS must have previously developed the ability to accept calls from the
With a translation serviceCalls to the
Place order
|