Otter · Example Payload

Public Api Simple Financial Transaction Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

Public Api Simple Financial Transaction Example is an example object payload from Otter, with 9 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

orderIdentifiersidcreatedAtcustomerIdnotestypeorderItemsissuesdata

Example Payload

Raw ↑
{
  "orderIdentifiers": {},
  "id": "store_123",
  "createdAt": "2007-12-03T10:15:30+01:00",
  "customerId": "store_123",
  "notes": "string",
  "type": "PAYMENT",
  "orderItems": [
    {}
  ],
  "issues": [
    {}
  ],
  "data": {}
}