Mindbody · Example Payload

Public Api V6 Purchase Gift Card Response Example

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

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

Top-level fields

BarcodeIdValueAmountPaidFromNameLayoutIdEmailReceiptPurchaserClientIdPurchaserEmailRecipientEmailSaleIdPaymentProcessingFailures

Example Payload

Raw ↑
{
  "BarcodeId": "example-value",
  "Value": 1.0,
  "AmountPaid": 49.99,
  "FromName": "example-value",
  "LayoutId": 123456,
  "EmailReceipt": true,
  "PurchaserClientId": "example-value",
  "PurchaserEmail": "kinlane@example.com",
  "RecipientEmail": "kinlane@example.com",
  "SaleId": 123456,
  "PaymentProcessingFailures": [
    {}
  ]
}