eBay · Schema
PaymentDisputeOutcomeDetail
This type is used by the resolution container that is returned for payment disputes that have been resolved.
AuctionsCommerceProductMarketplaceFortune 500
Properties
| Name | Type | Description |
|---|---|---|
| fees | object | This container will show the dollar value of any fees associated with the payment dispute. This container is only returned if there are fees associated with the payment dispute. |
| protectedAmount | object | This container shows the amount of money that the seller is protected against in a payment dispute under eBay's seller protection policy. |
| protectionStatus | string | This enumeration value indicates if the seller is fully protected, partially protected, or not protected by eBay for the payment dispute. This field is always returned once the payment dispute is reso |
| reasonForClosure | string | The enumeration value returned in this field indicates the outcome of the payment dispute for the seller. This field is always returned once the payment dispute is resolved. For implementation help, r |
| recoupAmount | object | This container shows the dollar amount being recouped from the seller. This container is empty if the seller wins the payment dispute or if the seller is fully protected by eBay's seller protection po |
| totalFeeCredit | object | This container shows the amount of money in selling fee credits due back to the seller after a payment dispute is settled. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/PaymentDisputeOutcomeDetail",
"title": "PaymentDisputeOutcomeDetail",
"type": "object",
"properties": {
"fees": {
"description": "This container will show the dollar value of any fees associated with the payment dispute. This container is only returned if there are fees associated with the payment dispute.",
"$ref": "#/components/schemas/SimpleAmount"
},
"protectedAmount": {
"description": "This container shows the amount of money that the seller is protected against in a payment dispute under eBay's seller protection policy.",
"$ref": "#/components/schemas/SimpleAmount"
},
"protectionStatus": {
"type": "string",
"description": "This enumeration value indicates if the seller is fully protected, partially protected, or not protected by eBay for the payment dispute. This field is always returned once the payment dispute is resolved. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/api:ProtectionStatusEnum'>eBay API documentation</a>"
},
"reasonForClosure": {
"type": "string",
"description": "The enumeration value returned in this field indicates the outcome of the payment dispute for the seller. This field is always returned once the payment dispute is resolved. For implementation help, refer to <a href='https://developer.ebay.com/api-docs/sell/fulfillment/types/api:OutcomeEnum'>eBay API documentation</a>"
},
"recoupAmount": {
"description": "This container shows the dollar amount being recouped from the seller. This container is empty if the seller wins the payment dispute or if the seller is fully protected by eBay's seller protection policy.",
"$ref": "#/components/schemas/SimpleAmount"
},
"totalFeeCredit": {
"description": "This container shows the amount of money in selling fee credits due back to the seller after a payment dispute is settled.",
"$ref": "#/components/schemas/SimpleAmount"
}
},
"description": "This type is used by the <strong>resolution</strong> container that is returned for payment disputes that have been resolved."
}
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/ebay-paymentdisputeoutcomedetail"
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.