PayPal · Schema
Amount Breakdown
The breakdown of the amount. Breakdown provides details such as total item amount, total tax amount, shipping, handling, insurance, and discounts, if any.
BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
Properties
| Name | Type | Description |
|---|---|---|
| item_total | object | The subtotal for all items. Required if the request includes `purchase_units[].items[].unit_amount`. Must equal the sum of `(items[].unit_amount * items[].quantity)` for all items. item_total.va |
| shipping | object | The shipping fee for all items within a given `purchase_unit`. shipping.value can not be a negative number. |
| handling | object | The handling fee for all items within a given `purchase_unit`. handling.value can not be a negative number. |
| tax_total | object | The total tax for all items. Required if the request includes `purchase_units.items.tax`. Must equal the sum of `(items[].tax * items[].quantity)` for all items. tax_total.value can not b |
| insurance | object | The insurance fee for all items within a given `purchase_unit`. insurance.value can not be a negative number. |
| shipping_discount | object | The shipping discount for all items within a given `purchase_unit`. shipping_discount.value can not be a negative number. |
| discount | object | The discount for all items within a given `purchase_unit`. discount.value can not be a negative number. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/amount_breakdown",
"title": "Amount Breakdown",
"type": "object",
"description": "The breakdown of the amount. Breakdown provides details such as total item amount, total tax amount, shipping, handling, insurance, and discounts, if any.",
"properties": {
"item_total": {
"description": "The subtotal for all items. Required if the request includes `purchase_units[].items[].unit_amount`. Must equal the sum of `(items[].unit_amount * items[].quantity)` for all items. <code>item_total.value</code> can not be a negative number.",
"$ref": "#/components/schemas/money"
},
"shipping": {
"description": "The shipping fee for all items within a given `purchase_unit`. <code>shipping.value</code> can not be a negative number.",
"$ref": "#/components/schemas/money"
},
"handling": {
"description": "The handling fee for all items within a given `purchase_unit`. <code>handling.value</code> can not be a negative number.",
"$ref": "#/components/schemas/money"
},
"tax_total": {
"description": "The total tax for all items. Required if the request includes `purchase_units.items.tax`. Must equal the sum of `(items[].tax * items[].quantity)` for all items. <code>tax_total.value</code> can not be a negative number.",
"$ref": "#/components/schemas/money"
},
"insurance": {
"description": "The insurance fee for all items within a given `purchase_unit`. <code>insurance.value</code> can not be a negative number.",
"$ref": "#/components/schemas/money"
},
"shipping_discount": {
"description": "The shipping discount for all items within a given `purchase_unit`. <code>shipping_discount.value</code> can not be a negative number.",
"$ref": "#/components/schemas/money"
},
"discount": {
"description": "The discount for all items within a given `purchase_unit`. <code>discount.value</code> can not be a negative number.",
"$ref": "#/components/schemas/money"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/paypal-amount-breakdown"
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.