Mindbody · JSON Structure

Public Api V6 Payment Method Enum Structure

PaymentMethodEnum enumeration.

Type: string Properties: 0
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

PaymentMethodEnum is a JSON Structure definition published by Mindbody. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-structure/public-api-v6-payment-method-enum-structure.json",
  "name": "PaymentMethodEnum",
  "description": "PaymentMethodEnum enumeration.",
  "type": "string",
  "enum": [
    "Other",
    "CreditCard",
    "DebitAccount",
    "ACH"
  ]
}