PayPal · Schema

Business_entity

The business entity of the account.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
View JSON Schema on GitHub

JSON Schema

paypal-business-entity-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/business_entity",
  "title": "Business_entity",
  "description": "The business entity of the account.",
  "allOf": [
    {
      "description": "Common business information section.",
      "$ref": "#/components/schemas/business"
    },
    {
      "description": "Additional business information section.",
      "properties": {
        "beneficial_owners": {
          "description": "List of beneficial owners part of the entity. They can be either a Person or a business entity.",
          "$ref": "#/components/schemas/beneficial_owners"
        },
        "office_bearers": {
          "description": "List of Directors present as part of the business entity.",
          "type": "array",
          "items": {
            "$ref": "#/components/schemas/office_bearer"
          },
          "minItems": 0,
          "maxItems": 5
        },
        "annual_sales_volume_range": {
          "description": "The range for the total annual sales volume of the business.",
          "$ref": "#/components/schemas/currency_range"
        },
        "average_monthly_volume_range": {
          "description": "The range for the average monthly volume of the business.",
          "$ref": "#/components/schemas/currency_range"
        },
        "purpose_code": {
          "description": "The account's purpose code.",
          "items": {
            "$ref": "#/components/schemas/purpose_code_enum"
          }
        },
        "business_description": {
          "type": "string",
          "description": "The business goals description. For example, a mission statement.",
          "minLength": 1,
          "maxLength": 256
        }
      }
    }
  ]
}

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-business-entity"
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.