PayPal · Schema

REST API Integration

The integration details for PayPal REST endpoints.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
integration_method string The REST-credential integration method.
integration_type string The type of REST-endpoint integration. To integrate with Braintree v.zero for PayPal REST endpoints, specify `third_party_details`.
first_party_details object The integration details for PayPal first party REST endpoints.
third_party_details object The integration details for PayPal REST endpoints.
View JSON Schema on GitHub

JSON Schema

paypal-rest-api-integration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/rest_api_integration",
  "title": "REST API Integration",
  "type": "object",
  "description": "The integration details for PayPal REST endpoints.",
  "additionalProperties": false,
  "properties": {
    "integration_method": {
      "type": "string",
      "description": "The REST-credential integration method.",
      "default": "PAYPAL",
      "minLength": 1,
      "maxLength": 255,
      "pattern": "^[0-9A-Z_-]+$",
      "enum": [
        "BRAINTREE",
        "PAYPAL"
      ]
    },
    "integration_type": {
      "type": "string",
      "title": "Integration Type",
      "description": "The type of REST-endpoint integration. To integrate with Braintree v.zero for PayPal REST endpoints, specify `third_party_details`.",
      "minLength": 1,
      "maxLength": 255,
      "pattern": "^[0-9A-Z_-]+$",
      "enum": [
        "FIRST_PARTY",
        "THIRD_PARTY"
      ]
    },
    "first_party_details": {
      "type": "object",
      "title": "REST First-Party Details",
      "description": "The integration details for PayPal first party REST endpoints.",
      "additionalProperties": false,
      "properties": {
        "features": {
          "type": "array",
          "description": "An array of features that partner can access, or use, in PayPal on behalf of the seller. The seller grants permission for these features to the partner.",
          "items": {
            "$ref": "#/components/schemas/rest_endpoint_features_enum"
          }
        },
        "seller_nonce": {
          "type": "string",
          "description": "S256 - The code verifier must be high-entropy cryptographic random string with a byte length of 43-128 range.",
          "minLength": 44,
          "maxLength": 128,
          "pattern": "^[a-zA-Z0-9-_:]+$"
        }
      },
      "required": [
        "features",
        "seller_nonce"
      ]
    },
    "third_party_details": {
      "type": "object",
      "title": "REST Third-Party Details",
      "description": "The integration details for PayPal REST endpoints.",
      "additionalProperties": false,
      "properties": {
        "features": {
          "type": "array",
          "description": "An array of features that partner can access, or use, in PayPal on behalf of the seller. The seller grants permission for these features to the partner.",
          "items": {
            "$ref": "#/components/schemas/rest_endpoint_features_enum"
          },
          "minItems": 0,
          "maxItems": 20
        }
      },
      "required": [
        "features"
      ]
    }
  }
}

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-rest-api-integration"
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.