PayPal · Schema

Template Configuration

The template configuration details. Includes tax information, tip, and partial payment.

BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook

Properties

Name Type Description
tax_calculated_after_discount boolean Indicates whether the tax is calculated before or after a discount. If `false`, the tax is calculated before a discount. If `true`, the tax is calculated after a discount.
tax_inclusive boolean Indicates whether the unit price includes tax.
allow_tip boolean Indicates whether the invoice enables the customer to enter a tip amount during payment. If `true`, the invoice shows a tip amount field so that the customer can enter a tip amount. If `false`, the in
partial_payment object The partial payment details. Includes the minimum amount that the invoicer wants the payer to pay.
View JSON Schema on GitHub

JSON Schema

paypal-template-configuration-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/template_configuration",
  "title": "Template Configuration",
  "type": "object",
  "description": "The template configuration details. Includes tax information, tip, and partial payment.",
  "properties": {
    "tax_calculated_after_discount": {
      "type": "boolean",
      "description": "Indicates whether the tax is calculated before or after a discount. If `false`, the tax is calculated before a discount. If `true`, the tax is calculated after a discount.",
      "default": true
    },
    "tax_inclusive": {
      "type": "boolean",
      "description": "Indicates whether the unit price includes tax.",
      "default": false
    },
    "allow_tip": {
      "type": "boolean",
      "description": "Indicates whether the invoice enables the customer to enter a tip amount during payment. If `true`, the invoice shows a tip amount field so that the customer can enter a tip amount. If `false`, the invoice does not show a tip amount field.<blockquote><strong>Note:</strong> This feature is not available for users in `Hong Kong`, `Taiwan`, `India`, or `Japan`.</blockquote>",
      "default": false
    },
    "partial_payment": {
      "$ref": "#/components/schemas/partial_payment",
      "description": "The partial payment details. Includes the minimum amount that the invoicer wants the payer to pay."
    }
  }
}

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-template-configuration"
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 email required.

A second provider on the same verified email joins the account you already have.