PayPal · Schema

Charge Amount from Subscriber

The charge amount from the subscriber.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
note string The reason or note for the subscription charge.
capture_type string The type of capture.
amount object The amount of the outstanding balance. This value cannot be greater than the current outstanding balance amount.
View JSON Schema on GitHub

JSON Schema

paypal-subscription-capture-request-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/subscription_capture_request",
  "title": "Charge Amount from Subscriber",
  "description": "The charge amount from the subscriber.",
  "type": "object",
  "properties": {
    "note": {
      "type": "string",
      "description": "The reason or note for the subscription charge.",
      "minLength": 1,
      "maxLength": 128
    },
    "capture_type": {
      "type": "string",
      "description": "The type of capture.",
      "minLength": 1,
      "maxLength": 24,
      "pattern": "^[A-Z_]+$",
      "enum": [
        "OUTSTANDING_BALANCE"
      ]
    },
    "amount": {
      "$ref": "#/components/schemas/money",
      "description": "The amount of the outstanding balance. This value cannot be greater than the current outstanding balance amount."
    }
  },
  "required": [
    "note",
    "capture_type",
    "amount"
  ]
}

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