Braintree · Schema

CustomerRequest

Request body for creating or updating a customer record in the Braintree Vault. All fields are optional.

Properties

Name Type Description
id string Custom customer identifier. If omitted, Braintree generates a unique ID. Alphanumeric, hyphens, and underscores only.
first_name string Customer's first name.
last_name string Customer's last name.
email string Customer's email address. ASCII characters only.
phone string Customer's phone number.
company string Customer's company or organization name.
website string Customer's website URL. Must be a well-formed URL.
fax string Customer's fax number.
payment_method_nonce string A one-time nonce representing a payment method to vault for the customer at creation time.
custom_fields object Custom key-value pairs. Keys must be pre-configured in the Braintree Control Panel.
View JSON Schema on GitHub

JSON Schema

braintree-customerrequest-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CustomerRequest",
  "title": "CustomerRequest",
  "type": "object",
  "description": "Request body for creating or updating a customer record in the Braintree Vault. All fields are optional.",
  "properties": {
    "id": {
      "type": "string",
      "description": "Custom customer identifier. If omitted, Braintree generates a unique ID. Alphanumeric, hyphens, and underscores only.",
      "maxLength": 36,
      "pattern": "^[a-zA-Z0-9_-]+$"
    },
    "first_name": {
      "type": "string",
      "description": "Customer's first name.",
      "maxLength": 255
    },
    "last_name": {
      "type": "string",
      "description": "Customer's last name.",
      "maxLength": 255
    },
    "email": {
      "type": "string",
      "format": "email",
      "description": "Customer's email address. ASCII characters only.",
      "maxLength": 255
    },
    "phone": {
      "type": "string",
      "description": "Customer's phone number.",
      "maxLength": 255
    },
    "company": {
      "type": "string",
      "description": "Customer's company or organization name.",
      "maxLength": 255
    },
    "website": {
      "type": "string",
      "format": "uri",
      "description": "Customer's website URL. Must be a well-formed URL.",
      "maxLength": 255
    },
    "fax": {
      "type": "string",
      "description": "Customer's fax number.",
      "maxLength": 255
    },
    "payment_method_nonce": {
      "type": "string",
      "description": "A one-time nonce representing a payment method to vault for the customer at creation time."
    },
    "custom_fields": {
      "type": "object",
      "description": "Custom key-value pairs. Keys must be pre-configured in the Braintree Control Panel.",
      "additionalProperties": {
        "type": "string"
      }
    }
  }
}

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/braintree-customerrequest"
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.