PayPal · Schema

Invoice_Detail

The details of the invoice like notes, terms and conditions, memo, attachments.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
reference string The reference data. Includes a post office (PO) number.
currency_code object The [three-character ISO-4217 currency code](/docs/integration/direct/rest/currency-codes/) that identifies the currency.
note string A note to the invoice recipient. Also appears on the invoice notification email.
terms_and_conditions string The general terms of the invoice. Can include return or cancellation policy and other terms and conditions.
memo string A private bookkeeping memo for the user.
attachments array An array of PayPal IDs for the files that are attached to an invoice.
View JSON Schema on GitHub

JSON Schema

paypal-detail-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/detail",
  "title": "Invoice_Detail",
  "description": "The details of the invoice like notes, terms and conditions, memo, attachments.",
  "required": [
    "currency_code"
  ],
  "properties": {
    "reference": {
      "type": "string",
      "description": "The reference data. Includes a post office (PO) number.",
      "maxLength": 120
    },
    "currency_code": {
      "$ref": "#/components/schemas/currency_code",
      "description": "The [three-character ISO-4217 currency code](/docs/integration/direct/rest/currency-codes/) that identifies the currency."
    },
    "note": {
      "type": "string",
      "description": "A note to the invoice recipient. Also appears on the invoice notification email.",
      "maxLength": 4000
    },
    "terms_and_conditions": {
      "type": "string",
      "description": "The general terms of the invoice. Can include return or cancellation policy and other terms and conditions.",
      "maxLength": 4000
    },
    "memo": {
      "type": "string",
      "description": "A private bookkeeping memo for the user.",
      "maxLength": 500
    },
    "attachments": {
      "type": "array",
      "description": "An array of PayPal IDs for the files that are attached to an invoice.",
      "maximum": 5,
      "items": {
        "$ref": "#/components/schemas/file_reference"
      }
    }
  }
}

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