Home
Flipdish
Payments Payout Example
Payments Payout Example
Restaurant Online Ordering Mobile Apps Point of Sale Orders Menu Payments Webhooks
Payments Payout Example is an example object payload from Flipdish, with 45 top-level fields. It illustrates the shape of data this provider's APIs accept or return.
Top-level fields
PayoutId PayeeBankAccountId AccountName PayoutStatus CreatedDate PeriodStartTime PeriodEndTime DestinationBank DestinationAccount Amount PayoutType Currency CutoffDate OnlineSalesAmount OnlineSalesDeliveryCharges OnlineSalesTips OnlineSalesServiceCharges OnlineSalesRefundedFees OnlineSalesFees PosSalesFees OnlineSalesRefundedAmount PosSalesRefundedAmount OnlineSalesTax TotalOnlineRevenue CashSalesFees CashSalesRefundedFees CustomerCashFees SalesFeesVat TotalFees TotalOnlineRevenueAdjustments ChargebackAmount PosSalesChargebackAmount ChargebackRefundedFees TotalChargebackCost TotalOtherCharges OpeningBalance ClosingBalance PayGreenSalesAmount DeliveryIntegrationFee DeliveryIntegrationTipFee TotalThirdPartyFees PosSalesAmount PosSalesTax TipsOnPosSales BankAccountHasChanged
Example Payload
{
"PayoutId": 500123,
"PayeeBankAccountId": 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",
"Amount": 12.5,
"PayoutType": "Internal",
"Currency": "EUR",
"CutoffDate": "2026-06-02T12:00:00Z",
"OnlineSalesAmount": 12.5,
"OnlineSalesDeliveryCharges": 1.0,
"OnlineSalesTips": 1.0,
"OnlineSalesServiceCharges": 1.0,
"OnlineSalesRefundedFees": 12.5,
"OnlineSalesFees": 12.5,
"PosSalesFees": 12.5,
"OnlineSalesRefundedAmount": 12.5,
"PosSalesRefundedAmount": 12.5,
"OnlineSalesTax": 1.0,
"TotalOnlineRevenue": 12.5,
"CashSalesFees": 12.5,
"CashSalesRefundedFees": 12.5,
"CustomerCashFees": 12.5,
"SalesFeesVat": 12.5,
"TotalFees": 12.5,
"TotalOnlineRevenueAdjustments": 12.5,
"ChargebackAmount": 12.5,
"PosSalesChargebackAmount": 12.5,
"ChargebackRefundedFees": 12.5,
"TotalChargebackCost": 12.5,
"TotalOtherCharges": 12.5,
"OpeningBalance": 1.0,
"ClosingBalance": 1.0,
"PayGreenSalesAmount": 12.5,
"DeliveryIntegrationFee": 12.5,
"DeliveryIntegrationTipFee": 12.5,
"TotalThirdPartyFees": 12.5,
"PosSalesAmount": 12.5,
"PosSalesTax": 1.0,
"TipsOnPosSales": 1.0,
"BankAccountHasChanged": true
}