Flipdish · Example Payload

Payments Stripe Connected Account Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

FlipdishConnectedAccountIdStripeIdWhitelabelConfigIdCardPaymentsStatusTransfersStatusAccountStatusPayoutsEnabledPaymentsEnabled

Example Payload

Raw ↑
{
  "FlipdishConnectedAccountId": 500123,
  "StripeId": "500123",
  "WhitelabelConfigId": 500123,
  "CardPaymentsStatus": "Inactive",
  "TransfersStatus": "Inactive",
  "AccountStatus": "Disabled",
  "PayoutsEnabled": true,
  "PaymentsEnabled": true
}