Flipdish · Example Payload

Payments Payout Detail Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

Payments Payout Detail Example is an example object payload from Flipdish, with 14 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

PayoutIdBankAccountIdAccountNamePayoutStatusCreatedDatePeriodStartTimePeriodEndTimeDestinationBankDestinationAccountPayoutTypeCurrencyPayoutStoresAmountCutoffDate

Example Payload

Raw ↑
{
  "PayoutId": 500123,
  "BankAccountId": 500123,
  "AccountName": "Example Name",
  "PayoutStatus": "Pending",
  "CreatedDate": "2026-06-02T12:00:00Z",
  "PeriodStartTime": "2026-06-02T12:00:00Z",
  "PeriodEndTime": "2026-06-02T12:00:00Z",
  "DestinationBank": "string",
  "DestinationAccount": "string",
  "PayoutType": "Internal",
  "Currency": "EUR",
  "PayoutStores": [],
  "Amount": 12.5,
  "CutoffDate": "2026-06-02T12:00:00Z"
}