Otter · Example Payload

Public Api Customer Payment Example

RestaurantOrder ManagementDeliveryOnline OrderingMenu ManagementAnalytics

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

Top-level fields

valueprocessingStatuspaymentMethodpaymentAuthorizercardInfoexternalPaymentTypepaymentRecordsloyaltyInfo

Example Payload

Raw ↑
{
  "value": 2,
  "processingStatus": "COLLECTABLE",
  "paymentMethod": "CASH",
  "paymentAuthorizer": "UNKNOWN_TYPE",
  "cardInfo": {},
  "externalPaymentType": "string",
  "paymentRecords": [
    {}
  ],
  "loyaltyInfo": {}
}