PayPal · Schema

Search Response

The search response information.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
transaction_details array An array of transaction detail objects.
account_number string The merchant account number.
start_date object The start date and time, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).
end_date object The end date and time or the last date when the data can be served, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).
last_refreshed_datetime object The date and time when the data was last refreshed, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).
page integer A zero-relative index of transactions.
total_items integer The total number of transactions as an integer beginning with the specified `page` in the full result and not just in this response.
total_pages integer The total number of pages, as an `integer`, when the `total_items` is divided into pages of the specified `page_size`.
links array An array of request-related [HATEOAS links](/api/rest/responses/#hateoas-links).
View JSON Schema on GitHub

JSON Schema

paypal-search-response-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/search_response",
  "title": "Search Response",
  "type": "object",
  "description": "The search response information.",
  "properties": {
    "transaction_details": {
      "type": "array",
      "maxItems": 2147483647,
      "minItems": 1,
      "items": {
        "$ref": "#/components/schemas/transaction_detail"
      },
      "description": "An array of transaction detail objects."
    },
    "account_number": {
      "type": "string",
      "minLength": 1,
      "maxLength": 255,
      "pattern": "^[a-zA-Z0-9]*$",
      "description": "The merchant account number."
    },
    "start_date": {
      "description": "The start date and time, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).",
      "$ref": "#/components/schemas/date_time"
    },
    "end_date": {
      "description": "The end date and time or the last date when the data can be served, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).",
      "$ref": "#/components/schemas/date_time"
    },
    "last_refreshed_datetime": {
      "description": "The date and time when the data was last refreshed, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).",
      "$ref": "#/components/schemas/date_time"
    },
    "page": {
      "type": "integer",
      "description": "A zero-relative index of transactions.",
      "maximum": 2147483647,
      "minimum": 0
    },
    "total_items": {
      "type": "integer",
      "description": "The total number of transactions as an integer beginning with the specified `page` in the full result and not just in this response.",
      "maximum": 2147483647,
      "minimum": 0
    },
    "total_pages": {
      "type": "integer",
      "description": "The total number of pages, as an `integer`, when the `total_items` is divided into pages of the specified `page_size`.",
      "maximum": 2147483647,
      "minimum": 0
    },
    "links": {
      "type": "array",
      "description": "An array of request-related [HATEOAS links](/api/rest/responses/#hateoas-links).",
      "readOnly": true,
      "items": {
        "$ref": "#/components/schemas/link_description",
        "readOnly": true
      },
      "maxItems": 32767,
      "minItems": 1
    }
  }
}

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-search-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.