Otter · Example Payload

Public Api Financial Transaction Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

orderIdentifiersidpendingcurrencyCodecreatedAtcustomerIdnotestypepayoutorderItemsissuesdata

Example Payload

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