Mindbody · Example Payload

Public Api V6 Initiate Checkout Shopping Cart Using Alternative Payments Request Example

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Public Api V6 Initiate Checkout Shopping Cart Using Alternative Payments Request Example is an example object payload from Mindbody, with 15 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

ClientIdItemsPaymentsPaymentAuthenticationCallbackUrlCartIdPayerClientIdTestInStoreCalculateTaxPromotionCodeSendEmailLocationIdTransactionIdsIsBillingPostalCodeRequiredEnforceLocationRestrictions

Example Payload

Raw ↑
{
  "ClientId": "example-value",
  "Items": [
    {}
  ],
  "Payments": [
    {}
  ],
  "PaymentAuthenticationCallbackUrl": "https://example.mindbodyonline.com/resource/abc123",
  "CartId": "example-value",
  "PayerClientId": "example-value",
  "Test": true,
  "InStore": true,
  "CalculateTax": true,
  "PromotionCode": "example-value",
  "SendEmail": true,
  "LocationId": 123456,
  "TransactionIds": [
    1
  ],
  "IsBillingPostalCodeRequired": true,
  "EnforceLocationRestrictions": true
}