Mindbody · Example Payload

Public Api V6 Upcoming Autopay Event Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Upcoming Autopay Event Example is an example object payload from Mindbody, with 7 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ClientContractIdChargeAmountSubtotalTaxPaymentMethodScheduleDateProductId

Example Payload

Raw ↑
{
  "ClientContractId": 123456,
  "ChargeAmount": 49.99,
  "Subtotal": 1.0,
  "Tax": 1.0,
  "PaymentMethod": "Other",
  "ScheduleDate": "2026-05-28T14:30:00Z",
  "ProductId": 123456
}