PayPal · Schema
Notification
The email or SMS notification to send to the invoicer or payer on sending an invoice.
BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
Properties
| Name | Type | Description |
|---|---|---|
| subject | string | The subject of the email that is sent as a notification to the recipient. |
| note | string | A note to the payer. |
| send_to_invoicer | boolean | Indicates whether to send a copy of the email to the merchant. |
| send_to_recipient | boolean | Indicates whether to send a copy of the email to the recipient. |
| additional_recipients | array | An array of one or more CC: emails to which notifications are sent. If you omit this parameter, a notification is sent to all CC: email addresses that are part of the invoice.Note: |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/notification",
"title": "Notification",
"type": "object",
"description": "The email or SMS notification to send to the invoicer or payer on sending an invoice.",
"properties": {
"subject": {
"type": "string",
"description": "The subject of the email that is sent as a notification to the recipient.",
"maxLength": 4000
},
"note": {
"type": "string",
"description": "A note to the payer.",
"maxLength": 4000
},
"send_to_invoicer": {
"type": "boolean",
"description": "Indicates whether to send a copy of the email to the merchant.",
"default": false
},
"send_to_recipient": {
"type": "boolean",
"description": "Indicates whether to send a copy of the email to the recipient.",
"default": true
},
"additional_recipients": {
"type": "array",
"description": "An array of one or more CC: emails to which notifications are sent. If you omit this parameter, a notification is sent to all CC: email addresses that are part of the invoice.<blockquote><strong>Note:</strong> Valid values are email addresses in the `additional_recipients` value associated with the invoice.</blockquote>",
"maxItems": 100,
"items": {
"$ref": "#/components/schemas/email_address"
}
}
}
}
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-notification"
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.