Mindbody · Schema

PurchaseGiftCardResponse

Implementation of the 'PurchaseGiftCardResponse' model.

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Properties

Name Type Description
BarcodeId string The barcode ID assigned to the purchased gift card.
Value number The monetary value of the gift card.
AmountPaid number The amount paid for the gift card by the purchaser.
FromName string The name of the purchaser.
LayoutId integer The ID of the layout used for this gift card.
EmailReceipt boolean Whether or not an email receipt was sent to the purchaser. If true, a receipt was sent.
PurchaserClientId string The client ID of the purchaser.
PurchaserEmail string The purchaser’s email address.
RecipientEmail string The recipient’s email address.
SaleId integer The sale ID of the gift card.
PaymentProcessingFailures array Any cart processing failures, for example when SCA challenged, the cart is in PaymentAuthenticationRequired state and at least one of the failures listed will provide an authentication Url.
View JSON Schema on GitHub

JSON Schema

public-api-v6-purchase-gift-card-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-purchase-gift-card-response-schema.json",
  "title": "PurchaseGiftCardResponse",
  "description": "Implementation of the 'PurchaseGiftCardResponse' model.",
  "type": "object",
  "properties": {
    "BarcodeId": {
      "type": "string",
      "description": "The barcode ID assigned to the purchased gift card.",
      "example": "example-value"
    },
    "Value": {
      "type": "number",
      "format": "double",
      "description": "The monetary value of the gift card.",
      "example": 1.0
    },
    "AmountPaid": {
      "type": "number",
      "format": "double",
      "description": "The amount paid for the gift card by the purchaser.",
      "example": 49.99
    },
    "FromName": {
      "type": "string",
      "description": "The name of the purchaser.",
      "example": "example-value"
    },
    "LayoutId": {
      "type": "integer",
      "format": "int32",
      "description": "The ID of the layout used for this gift card.",
      "example": 123456
    },
    "EmailReceipt": {
      "type": "boolean",
      "description": "Whether or not an email receipt was sent to the purchaser. If true, a receipt was sent.",
      "example": true
    },
    "PurchaserClientId": {
      "type": "string",
      "description": "The client ID of the purchaser.",
      "example": "example-value"
    },
    "PurchaserEmail": {
      "type": "string",
      "description": "The purchaser\u2019s email address.",
      "example": "kinlane@example.com"
    },
    "RecipientEmail": {
      "type": "string",
      "description": "The recipient\u2019s email address.",
      "example": "kinlane@example.com"
    },
    "SaleId": {
      "type": "integer",
      "format": "int32",
      "description": "The sale ID of the gift card.",
      "example": 123456
    },
    "PaymentProcessingFailures": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/PaymentProcessingFailure"
      },
      "description": "Any cart processing failures, for example when SCA challenged, the cart is in PaymentAuthenticationRequired state and at least one of the failures listed will provide an authentication Url.",
      "example": [
        {}
      ]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/public-api-v6-purchase-gift-card-response"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.