Skip to content
Last updated

Changelog

Version 1.1 Changes

The following change was introduced.

  • Added the paymentStatus field to orders so partner Apps can identify whether an order has been paid or not.

Order entity

New/updated FieldDescriptionChangeChange Description
paymentStatusOptional field indicating the payment status of an order.NewAdded to allow App partners to identify whether an order needs to be paid for. Only applicable with orders with fulfilment type of DINE_IN.

For Apps

  • App partners can optionally set the paymentStatus of a order as either OPEN or CLOSED. If it is not specified, the paymentStatus field defaults to CLOSED. This field is only applicable with orders with a fulfilment type of DINE_IN.