Flipdish · Example Payload

Customers Payment Account Example

RestaurantOnline OrderingMobile AppsPoint of SaleOrdersMenuPaymentsWebhooks

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

Top-level fields

UserIdPaymentAccountIdCanRemoveFromCustomerViewBinIsDefaultPaymentMethodIsVisibleToCustomerPaymentAccountTypeDescriptionCustomerId

Example Payload

Raw ↑
{
  "UserId": 500123,
  "PaymentAccountId": 500123,
  "CanRemoveFromCustomerView": true,
  "Bin": "string",
  "IsDefaultPaymentMethod": true,
  "IsVisibleToCustomer": true,
  "PaymentAccountType": "string",
  "Description": "string",
  "CustomerId": "500123"
}