PayPal · Schema

Payment Token Response

Full representation of a saved payment token.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

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

JSON Schema

paypal-payment-token-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payment_token_response",
  "title": "Payment Token Response",
  "description": "Full representation of a saved payment token.",
  "type": "object",
  "properties": {
    "id": {
      "description": "The PayPal-generated ID for the vault token.",
      "$ref": "#/components/schemas/vault_id"
    },
    "customer": {
      "description": "Customer in merchant's or partner's system of records.",
      "$ref": "#/components/schemas/customer"
    },
    "payment_source": {
      "description": "The vaulted payment method details.",
      "type": "object",
      "properties": {
        "card": {
          "$ref": "#/components/schemas/card_response"
        },
        "paypal": {
          "$ref": "#/components/schemas/paypal_wallet_response"
        },
        "venmo": {
          "$ref": "#/components/schemas/venmo_response"
        },
        "apple_pay": {
          "$ref": "#/components/schemas/apple_pay_payment_token_response"
        },
        "bank": {
          "$ref": "#/components/schemas/bank_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-payment-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 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.