New: MCP server monitoring is live. Start free trial
PayPalSchemaBreaking

New required fields added in POST /v2/checkout/orders/{id}/track request body: [capture_id]

Affected surface
POST /v2/checkout/orders/{id}/track request body

What changed

New required fields added in POST /v2/checkout/orders/{id}/track request body: [capture_id] Affected surface: POST /v2/checkout/orders/{id}/track request body. Root cause: endpoint `POST /v2/checkout/orders/{id}/track request body`. Detected at Wed, 16 Jul 2025 18:08:46 UTC UTC.

Diff

{
  "added_required": [
    "capture_id"
  ],
  "schema_path": "POST /v2/checkout/orders/{id}/track request body"
}

Likely impact

Existing integrations relying on this surface will fail or behave incorrectly. Treat this as a release-blocker until the recommended action below is applied.

Diff your serializers against the new schema. The diff above shows what moved.

Catch changes like this on every API you depend on.

Intello monitors 100+ APIs and tells you the moment something changes — before it breaks production.