PayPal · Schema
Make Offer Request
A merchant request to make an offer to resolve a dispute.
BillingCommerceDisputesInvoicesOrderPaymentsPayoutsSubscriptionTokensWebhook
Properties
| Name | Type | Description |
|---|---|---|
| note | string | The merchant's notes about the offer. |
| offer_amount | object | The amount proposed to resolve the dispute. |
| return_shipping_address | object | The return address for the item. Required when the customer must return an item to the merchant for the MERCHANDISE_OR_SERVICE_NOT_AS_DESCRIBED dispute reason, especially if the refund am |
| invoice_id | string | The merchant-provided ID of the invoice for the refund. This optional value maps the refund to an invoice ID in the merchant's system. |
| offer_type | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/make_offer",
"title": "Make Offer Request",
"type": "object",
"description": "A merchant request to make an offer to resolve a dispute.",
"properties": {
"note": {
"type": "string",
"minLength": 1,
"maxLength": 2000,
"description": "The merchant's notes about the offer."
},
"offer_amount": {
"description": "The amount proposed to resolve the dispute.",
"$ref": "#/components/schemas/money"
},
"return_shipping_address": {
"description": "The return address for the item. Required when the customer must return an item to the merchant for the <code>MERCHANDISE_OR_SERVICE_NOT_AS_DESCRIBED</code> dispute reason, especially if the refund amount is less than the dispute amount.",
"$ref": "#/components/schemas/address_portable"
},
"invoice_id": {
"type": "string",
"minLength": 1,
"maxLength": 127,
"description": "The merchant-provided ID of the invoice for the refund. This optional value maps the refund to an invoice ID in the merchant's system.",
"pattern": "^[A-Za-z0-9:\\-|]+$"
},
"offer_type": {
"$ref": "#/components/schemas/offer_type"
}
},
"required": [
"note",
"offer_type"
]
}
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-make-offer"
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.