PayPal · Schema

Capture Request

Captures either a portion or the full authorized amount of an authorized payment.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
View JSON Schema on GitHub

JSON Schema

paypal-capture-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/capture_request",
  "title": "Capture Request",
  "type": "object",
  "description": "Captures either a portion or the full authorized amount of an authorized payment.",
  "allOf": [
    {
      "$ref": "#/components/schemas/supplementary_purchase_data"
    },
    {
      "properties": {
        "amount": {
          "description": "The amount to capture. To capture a portion of the full authorized amount, specify an amount. If amount is not specified, the full authorized amount is captured. The amount must be a positive number and in the same currency as the authorization against which the payment is being captured.",
          "$ref": "#/components/schemas/money"
        },
        "invoice_id": {
          "description": "The API caller-provided external invoice number for this order. Appears in both the payer's transaction history and the emails that the payer receives.",
          "type": "string",
          "maxLength": 127
        },
        "final_capture": {
          "description": "Indicates whether you can make additional captures against the authorized payment. Set to `true` if you do not intend to capture additional payments against the authorization. Set to `false` if you intend to capture additional payments against the authorization.",
          "type": "boolean",
          "default": false
        },
        "payment_instruction": {
          "$ref": "#/components/schemas/payment_instruction"
        },
        "note_to_payer": {
          "description": "An informational note about this settlement. Appears in both the payer's transaction history and the emails that the payer receives.",
          "type": "string",
          "maxLength": 255
        },
        "soft_descriptor": {
          "description": "The payment descriptor on the payer's account statement.",
          "type": "string",
          "maxLength": 22
        }
      }
    }
  ]
}

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-capture-request"
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.