Mindbody · Example Payload

Public Api V6 Purchase Account Credit Request Example

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Top-level fields

ClientIdTestLocationIdSendEmailReceiptSalesRepIdConsumerPresentPaymentAuthenticationCallbackUrlPaymentInfo

Example Payload

Raw ↑
{
  "ClientId": "example-value",
  "Test": true,
  "LocationId": 123456,
  "SendEmailReceipt": true,
  "SalesRepId": 123456,
  "ConsumerPresent": true,
  "PaymentAuthenticationCallbackUrl": "https://example.mindbodyonline.com/resource/abc123",
  "PaymentInfo": {
    "Type": "example-value",
    "Metadata": "example-value"
  }
}