PayPal · Schema

Subscription Billing Information

The billing details for the subscription. If the subscription was or is active, these fields are populated.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
outstanding_balance object The total pending bill amount, to be paid by the subscriber.
cycle_executions array The trial and regular billing executions.
last_payment object The details for the last payment of the subscription.
next_billing_time object The next date and time for billing this subscription, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).
final_payment_time object The date and time when the final billing cycle occurs, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).
failed_payments_count integer The number of consecutive payment failures. Resets to `0` after a successful payment. If this reaches the `payment_failure_threshold` value, the subscription updates to the `SUSPENDED` state.
last_failed_payment object The details for the last failed payment of the subscription.
View JSON Schema on GitHub

JSON Schema

paypal-subscription-billing-info-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/subscription_billing_info",
  "title": "Subscription Billing Information",
  "description": "The billing details for the subscription. If the subscription was or is active, these fields are populated.",
  "type": "object",
  "properties": {
    "outstanding_balance": {
      "description": "The total pending bill amount, to be paid by the subscriber.",
      "$ref": "#/components/schemas/money"
    },
    "cycle_executions": {
      "type": "array",
      "description": "The trial and regular billing executions.",
      "minItems": 0,
      "maxItems": 3,
      "items": {
        "$ref": "#/components/schemas/cycle_execution"
      },
      "readOnly": true
    },
    "last_payment": {
      "readOnly": true,
      "description": "The details for the last payment of the subscription.",
      "$ref": "#/components/schemas/last_payment_details"
    },
    "next_billing_time": {
      "description": "The next date and time for billing this subscription, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).",
      "readOnly": true,
      "$ref": "#/components/schemas/date_time"
    },
    "final_payment_time": {
      "description": "The date and time when the final billing cycle occurs, in [Internet date and time format](https://tools.ietf.org/html/rfc3339#section-5.6).",
      "readOnly": true,
      "$ref": "#/components/schemas/date_time"
    },
    "failed_payments_count": {
      "type": "integer",
      "description": "The number of consecutive payment failures. Resets to `0` after a successful payment. If this reaches the `payment_failure_threshold` value, the subscription updates to the `SUSPENDED` state.",
      "minimum": 0,
      "maximum": 999,
      "readOnly": true
    },
    "last_failed_payment": {
      "description": "The details for the last failed payment of the subscription.",
      "readOnly": true,
      "$ref": "#/components/schemas/failed_payment_details"
    }
  },
  "required": [
    "outstanding_balance",
    "failed_payments_count"
  ]
}

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-billing-info"
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.