Braintree · Schema

TransactionOptions

Configuration options that modify transaction processing behavior.

Properties

Name Type Description
submit_for_settlement boolean If true, the transaction is automatically submitted for settlement after authorization. Defaults to false.
store_in_vault boolean If true, the payment method is stored in the Braintree Vault after the transaction is created.
store_in_vault_on_success boolean If true, the payment method is stored in the Vault only if the transaction is successfully authorized.
skip_avs boolean Skip the address verification check for this transaction.
skip_cvv boolean Skip the CVV verification check for this transaction.
hold_in_escrow boolean If true, funds are held in escrow rather than disbursed immediately. Applicable to Braintree Marketplace transactions only.
View JSON Schema on GitHub

JSON Schema

braintree-transactionoptions-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/TransactionOptions",
  "title": "TransactionOptions",
  "type": "object",
  "description": "Configuration options that modify transaction processing behavior.",
  "properties": {
    "submit_for_settlement": {
      "type": "boolean",
      "description": "If true, the transaction is automatically submitted for settlement after authorization. Defaults to false.",
      "default": false
    },
    "store_in_vault": {
      "type": "boolean",
      "description": "If true, the payment method is stored in the Braintree Vault after the transaction is created.",
      "default": false
    },
    "store_in_vault_on_success": {
      "type": "boolean",
      "description": "If true, the payment method is stored in the Vault only if the transaction is successfully authorized.",
      "default": false
    },
    "skip_avs": {
      "type": "boolean",
      "description": "Skip the address verification check for this transaction.",
      "default": false
    },
    "skip_cvv": {
      "type": "boolean",
      "description": "Skip the CVV verification check for this transaction.",
      "default": false
    },
    "hold_in_escrow": {
      "type": "boolean",
      "description": "If true, funds are held in escrow rather than disbursed immediately. Applicable to Braintree Marketplace transactions only.",
      "default": false
    }
  }
}

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-transactionoptions"
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.