PayPal · Schema

Minimal Setup Token

Minimal representation of a cached setup token.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
id object The PayPal-generated ID for the vault token.
ordinal object The ordinal number of customers' payment source for sorting.
customer object Customer in merchant's or partner's system of records.
status object The status of the payment token.
payment_source object The setup payment method details.
links array An array of related [HATEOAS links](/api/rest/responses/#hateoas).
View JSON Schema on GitHub

JSON Schema

paypal-setup-token-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/setup_token_response",
  "title": "Minimal Setup Token",
  "description": "Minimal representation of a cached setup token.",
  "type": "object",
  "properties": {
    "id": {
      "description": "The PayPal-generated ID for the vault token.",
      "$ref": "#/components/schemas/vault_id"
    },
    "ordinal": {
      "description": "The ordinal number of customers' payment source for sorting.",
      "$ref": "#/components/schemas/ordinal"
    },
    "customer": {
      "description": "Customer in merchant's or partner's system of records.",
      "$ref": "#/components/schemas/customer"
    },
    "status": {
      "description": "The status of the payment token.",
      "$ref": "#/components/schemas/payment_token_status"
    },
    "payment_source": {
      "description": "The setup payment method details.",
      "properties": {
        "card": {
          "$ref": "#/components/schemas/card_response"
        },
        "paypal": {
          "$ref": "#/components/schemas/paypal_wallet_response"
        },
        "venmo": {
          "$ref": "#/components/schemas/venmo_response"
        }
      }
    },
    "links": {
      "description": "An array of related [HATEOAS links](/api/rest/responses/#hateoas).",
      "readOnly": true,
      "type": "array",
      "minItems": 1,
      "maxItems": 32,
      "items": {
        "$ref": "#/components/schemas/link_description"
      }
    }
  }
}

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/paypal-setup-token-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.