Mindbody · Schema

GetAlternativePaymentMethodsResponse

Implementation of the 'GetAlternativePaymentMethodsResponse' model. Response for the GetAlternativePaymentMethods method.

FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

Properties

Name Type Description
PaymentMethods array Contains information about the alternative payment methods.
View JSON Schema on GitHub

JSON Schema

public-api-v6-get-alternative-payment-methods-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/mindbody/refs/heads/main/json-schema/public-api-v6-get-alternative-payment-methods-response-schema.json",
  "title": "GetAlternativePaymentMethodsResponse",
  "description": "Implementation of the 'GetAlternativePaymentMethodsResponse' model. Response for the GetAlternativePaymentMethods method.",
  "type": "object",
  "properties": {
    "PaymentMethods": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/AlternativePaymentMethod"
      },
      "description": "Contains information about the alternative payment methods.",
      "example": [
        {}
      ]
    }
  }
}