Otter · Example Payload

Public Api Order Customer Payment Update Request Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Order Customer Payment Update Request Example is an example object payload from Otter, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

currencyCodecustomerPaymentorderTotalorderTotalsV2

Example Payload

Raw ↑
{
  "currencyCode": "EUR",
  "customerPayment": [
    {}
  ],
  "orderTotal": {},
  "orderTotalsV2": {}
}