...
Type | Function | Notes |
---|---|---|
WEBHOOK | For quote errors we expect to receive the codes within a predefined set of values | |
WEBHOOK | For quote errors we expect to receive the codes within a predefined set of values | |
WEBHOOK | Within the payment field we also inform the Payment Method ( PaymentMethodBrand field ) that was made. Within the fees field, we have the information about fee types Service Fee and Bag fee |
Fields details
PaymentMethod and PaymentMethodBrand
A property called PaymentMethodBrand was developed, which contains the types of payments made in RBI system. This string-type property that we pass on to partners covers payments made online and which will be made in person at the time of delivery of the order. The list of enabled payments will be described below.
...
ENUM
...
Value
...
SODEXO
...
PaymentMethod was initially developed, then PaymentMethodBrand was introduced. When PaymentMethodBrand is mapped, it should have higher priority to identify the payment method made in RBI platform. They should be properly read by external system via Partners APIs.
PaymentMethod | PaymentMethodBrand | |
---|---|---|
CREDIT_CARD | SODEXO | |
CASH | SODEXO_VOUCHERSODEXO | |
CREDIT_VOUCHERCARD | CHEQUE_GOURMETCHEQUE_GOURMET | |
CASH | CHEQUE_GOURMET_VOUCHERCHEQUE | |
CREDIT_GOURMET_VOUCHERCARD | TICKET_RESTAURANT_CARDTICKET_RESTAURANT | |
CASH | TICKET_RESTAURANT_VOUCHERTICKET_RESTAURANT_VOUCHER | |
CASH | PAYMENT_ON_DELIVERY_CARDPAYMENT_ON_DELIVERY | |
CREDIT_CARD | BIZUMBIZUM | |
CREDIT_CARD | WAYLETWAYLET | |
CREDIT_CARD | APPLEPAYLINK | APPLEPAYLINK |
PAYPAL | PAYPAL | |
MASTERCARD | MASTERCARD | |
VISA | VISAPAYPAL | <not sent> |
CREDIT_CARD | <not sent for mastercard, visa and other brands> | |
CASH | <not sent> |
Next PaymentMethodBrand’s (Not implemented yet):
PaymentMethod | PaymentMethodBrand |
---|---|
Service Fee
The Service Fee is a value that can be a combination of things, for example, the size of the shopping cart, payment method, loyalty level, and company priorities. This fee can be configured by the restaurant, giving more autonomy in setting the values. In addition to setting the value per restaurant, it is possible to add value levels.
...