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

New required fields added in schema crypto_request: [country_code experience_context name]

Affected surface
schema crypto_request
Affected field
crypto_request

What changed

New required fields added in schema crypto_request: [country_code experience_context name] Affected surface: schema crypto_request. Root cause: schema `crypto_request`. Detected at Tue, 07 Apr 2026 22:37:23 UTC UTC.

Diff

{
  "added_required": [
    "country_code",
    "experience_context",
    "name"
  ],
  "schema_path": "schema crypto_request"
}

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.

Add the new required field to all request payloads or arguments. Requests omitting it will be rejected.

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.