Flipdish · Example Payload

Payments Payout Report3 Overview Header Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

PayoutIdBankAccountIdIsManualPayoutAccountNamePayoutStatusCreatedDatePeriodStartTimePeriodEndTimeDestinationBankDestinationAccountAmountCurrencyBankAccountHasChanged

Example Payload

Raw ↑
{
  "PayoutId": 500123,
  "BankAccountId": 500123,
  "IsManualPayout": true,
  "AccountName": "Example Name",
  "PayoutStatus": "Active",
  "CreatedDate": "2026-06-02T12:00:00Z",
  "PeriodStartTime": "2026-06-02T12:00:00Z",
  "PeriodEndTime": "2026-06-02T12:00:00Z",
  "DestinationBank": "string",
  "DestinationAccount": "string",
  "Amount": 12.5,
  "Currency": "EUR",
  "BankAccountHasChanged": true
}