PayPal · Schema

Person

Details of the person or party.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
id string The encrypted party ID.
names array The name of the person.
citizenship object The citizenship country code of the person.
addresses array The list of addresses associated with the person.
phones array The list of phone numbers associated with the person.
birth_details object The person's birth details.
documents array A person's or party's related document data collected from the customer. For example SSN, ITIN, or business registration number collected from the user.
Note: This field i
View JSON Schema on GitHub

JSON Schema

paypal-person-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/person",
  "title": "Person",
  "description": "Details of the person or party.",
  "properties": {
    "id": {
      "description": "The encrypted party ID.",
      "type": "string",
      "readOnly": true,
      "minLength": 1,
      "maxLength": 20,
      "pattern": "^[0-9A-Z]+$"
    },
    "names": {
      "description": "The name of the person.",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/person_name"
      },
      "minItems": 0,
      "maxItems": 5
    },
    "citizenship": {
      "description": "The citizenship country code of the person.",
      "$ref": "#/components/schemas/country_code"
    },
    "addresses": {
      "description": "The list of addresses associated with the person.",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/person_address_detail"
      },
      "minItems": 0,
      "maxItems": 5
    },
    "phones": {
      "description": "The list of phone numbers associated with the person.",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/person_phone_detail"
      },
      "minItems": 0,
      "maxItems": 5
    },
    "birth_details": {
      "description": "The person's birth details.",
      "$ref": "#/components/schemas/birth_details"
    },
    "documents": {
      "description": "A person's or party's related document data collected from the customer. For example SSN, ITIN, or business registration number collected from the user. <blockquote><strong>Note:</strong> This field is not applicable for POST [/v2/customer/partner-referrals](/docs/api/partner-referrals/v2/#partner-referrals_create) API calls.</blockquote>",
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/person_document"
      },
      "minItems": 0,
      "maxItems": 20
    }
  }
}

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