PayPal · Schema

Payment Preferences Override

The payment preferences to override at subscription level.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
auto_bill_outstanding boolean Indicates whether to automatically bill the outstanding amount in the next billing cycle.
setup_fee object The initial set-up fee for the service.
setup_fee_failure_action string The action to take on the subscription if the initial payment for the setup fails.
payment_failure_threshold integer The maximum number of payment failures before a subscription is suspended. For example, if `payment_failure_threshold` is `2`, the subscription automatically updates to the `SUSPEND` state if two cons
View JSON Schema on GitHub

JSON Schema

paypal-payment-preferences-override-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/payment_preferences_override",
  "title": "Payment Preferences Override",
  "description": "The payment preferences to override at subscription level.",
  "type": "object",
  "properties": {
    "auto_bill_outstanding": {
      "type": "boolean",
      "description": "Indicates whether to automatically bill the outstanding amount in the next billing cycle."
    },
    "setup_fee": {
      "description": "The initial set-up fee for the service.",
      "$ref": "#/components/schemas/money"
    },
    "setup_fee_failure_action": {
      "type": "string",
      "description": "The action to take on the subscription if the initial payment for the setup fails.",
      "minLength": 1,
      "maxLength": 24,
      "pattern": "^[A-Z_]+$",
      "enum": [
        "CONTINUE",
        "CANCEL"
      ]
    },
    "payment_failure_threshold": {
      "type": "integer",
      "description": "The maximum number of payment failures before a subscription is suspended. For example, if `payment_failure_threshold` is `2`, the subscription automatically updates to the `SUSPEND` state if two consecutive payments fail.",
      "minimum": 0,
      "maximum": 999
    }
  }
}

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-payment-preferences-override"
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.