PayPal · Schema
Name
The name of the party.
BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
Properties
| Name | Type | Description |
|---|---|---|
| prefix | string | The prefix, or title, to the party's name. |
| given_name | string | When the party is a person, the party's given, or first, name. |
| surname | string | When the party is a person, the party's surname or family name. Also known as the last name. Required when the party is a person. Use also to store multiple surnames including the matronymic, or mothe |
| middle_name | string | When the party is a person, the party's middle name. Use also to store multiple middle names including the patronymic, or father's, middle name. |
| suffix | string | The suffix for the party's name. |
| full_name | string | When the party is a person, the party's full name. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/name-2",
"title": "Name",
"type": "object",
"description": "The name of the party.",
"properties": {
"prefix": {
"type": "string",
"description": "The prefix, or title, to the party's name.",
"maxLength": 140
},
"given_name": {
"type": "string",
"description": "When the party is a person, the party's given, or first, name.",
"maxLength": 140
},
"surname": {
"type": "string",
"description": "When the party is a person, the party's surname or family name. Also known as the last name. Required when the party is a person. Use also to store multiple surnames including the matronymic, or mother's, surname.",
"maxLength": 140
},
"middle_name": {
"type": "string",
"description": "When the party is a person, the party's middle name. Use also to store multiple middle names including the patronymic, or father's, middle name.",
"maxLength": 140
},
"suffix": {
"type": "string",
"description": "The suffix for the party's name.",
"maxLength": 140
},
"full_name": {
"type": "string",
"description": "When the party is a person, the party's full name.",
"maxLength": 300
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/paypal-name-2"
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.