Mindbody · Schema

ClientCreditCard

Implementation of the 'ClientCreditCard' model. A client credit card.

FitnessWellnessBeautySchedulingBookingPoint-of-SaleStudiosSalonsSpasWebhook

Properties

Name Type Description
Address string The billing address for the credit card.
CardHolder string The name of the card holder.
CardNumber string The credit card number.
CardType string The type of credit card, for example Visa or MasterCard.
City string The city in which the billing address is located.
ExpMonth string The month in which the credit card expires.
ExpYear string The year in which the credit card expires.
LastFour string The last four digits of the credit card number.
PostalCode string The postal code where the billing address is located.
State string The state that the billing address is located in.
View JSON Schema on GitHub

JSON Schema

public-api-v6-client-credit-card-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-client-credit-card-schema.json",
  "title": "ClientCreditCard",
  "description": "Implementation of the 'ClientCreditCard' model. A client credit card.",
  "type": "object",
  "properties": {
    "Address": {
      "type": "string",
      "description": "The billing address for the credit card.",
      "example": "123 Market St"
    },
    "CardHolder": {
      "type": "string",
      "description": "The name of the card holder.",
      "example": "example-value"
    },
    "CardNumber": {
      "type": "string",
      "description": "The credit card number.",
      "example": "example-value"
    },
    "CardType": {
      "type": "string",
      "description": "The type of credit card, for example Visa or MasterCard.",
      "example": "example-value"
    },
    "City": {
      "type": "string",
      "description": "The city in which the billing address is located.",
      "example": "San Francisco"
    },
    "ExpMonth": {
      "type": "string",
      "description": "The month in which the credit card expires.",
      "example": "example-value"
    },
    "ExpYear": {
      "type": "string",
      "description": "The year in which the credit card expires.",
      "example": "example-value"
    },
    "LastFour": {
      "type": "string",
      "description": "The last four digits of the credit card number.",
      "example": "example-value"
    },
    "PostalCode": {
      "type": "string",
      "description": "The postal code where the billing address is located.",
      "example": "94110"
    },
    "State": {
      "type": "string",
      "description": "The state that the billing address is located in.",
      "example": "CA"
    }
  }
}

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-client-credit-card"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

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