Flipdish · Example Payload

Payments Stripe Connected Account Info Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

AccountStatusStripeIdCardPaymentStatusPayoutScheduleIntervalPayoutsEnabledPayoutsPausedPaymentsEnabled

Example Payload

Raw ↑
{
  "AccountStatus": "Disabled",
  "StripeId": "500123",
  "CardPaymentStatus": "Inactive",
  "PayoutScheduleInterval": "Manual",
  "PayoutsEnabled": true,
  "PayoutsPaused": true,
  "PaymentsEnabled": true
}