Mindbody · JSON Structure

Public Api V6 Checkout Alternative Payment Info Structure

Implementation of the 'CheckoutAlternativePaymentInfo' model. Request object to capture Alternative Payment information.

Type: object Properties: 2
FitnessWellnessBeautySchedulingBookingPoint of SaleStudiosSalonsSpasWebhooks

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

Properties

PaymentMethodId Amount

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-checkout-alternative-payment-info-structure.json",
  "name": "CheckoutAlternativePaymentInfo",
  "description": "Implementation of the 'CheckoutAlternativePaymentInfo' model. Request object to capture Alternative Payment information.",
  "type": "object",
  "properties": {
    "PaymentMethodId": {
      "type": "int32",
      "description": "The type of alternative payment. Possible values are: * 997 - Indicates that this payment item is iDEAL. * 801 - Indicates that this payment item is Apple Pay.",
      "example": 123456
    },
    "Amount": {
      "type": "double",
      "description": "The amount to be paid",
      "example": 49.99
    }
  }
}