Mindbody · Example Payload

Public Api V6 Purchase Account Credit Response Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Public Api V6 Purchase Account Credit Response Example is an example object payload from Mindbody, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

AmountPaidClientIdSaleIdEmailReceiptPaymentProcessingFailures

Example Payload

Raw ↑
{
  "AmountPaid": 49.99,
  "ClientId": "example-value",
  "SaleId": 123456,
  "EmailReceipt": true,
  "PaymentProcessingFailures": [
    {}
  ]
}