How AI is applied across API Evangelist and APIs.io. Read my AI disclosure →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

eBay Payment_dispute API

The Payment_dispute API from eBay — 9 operation(s) for payment_dispute.

eBay Payment_dispute API is one of 64 APIs that eBay publishes on the APIs.io network, described by a machine-readable OpenAPI specification and an AsyncAPI event-driven specification.

Tagged areas include Payment_dispute. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, release notes, and an AsyncAPI specification.

This API exposes 9 operations across 9 paths, and defines 23 schemas. It is described by OpenAPI 3.2.0, at version v1.20.4.

Requests are made against 2 base URLs: https://api.ebay.com{basePath}, https://apiz.ebay.com{basePath}.

9 operations 9 paths 23 schemas 4 GET5 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.2.0
API Version
v1.20.4
Base URL
https://api.ebay.com
Authentication
OAuth 2.0
Contact
eBay Inc.
Resource Areas
1

Authentication & Security 1

eBay Payment_dispute API declares 1 security scheme for authenticating requests. It supports OAuth 2.0 (api_auth) using the authorizationCode flow, exposing 4 scopes.

  • api_auth — The security definitions for this API. Please check individual operations for applicable scopes.

Paths & Operations 9

Across 9 paths, the API surfaces 9 operations — 4 GET, 5 POST. Each is listed below with its method, path, parameters, and response codes.

Payment_dispute 9
GET
/payment_dispute/{payment_dispute_id}
eBay Get Payment Dispute Details
getPaymentDispute 1 param → 200400404500
GET
/payment_dispute/{payment_dispute_id}/fetch_evidence_content
eBay Get Payment Dispute Evidence File
fetchEvidenceContent 3 params → 200400404500
GET
/payment_dispute/{payment_dispute_id}/activity
eBay Get Payment Dispute Activity
getActivities 1 param → 200400404500
GET
/payment_dispute_summary
eBay Search Payment Dispute by Filters
getPaymentDisputeSummaries 7 params → 200400500
POST
/payment_dispute/{payment_dispute_id}/contest
eBay Contest Payment Dispute
contestPaymentDispute 2 params body → 204400404409500
POST
/payment_dispute/{payment_dispute_id}/accept
eBay Accept Payment Dispute
acceptPaymentDispute 2 params body → 204400404409500
POST
/payment_dispute/{payment_dispute_id}/upload_evidence_file
eBay Upload an Evidence File
uploadEvidenceFile 2 params → 200400404409500
POST
/payment_dispute/{payment_dispute_id}/add_evidence
eBay Add an Evidence File
addEvidence 2 params body → 200400404409500
POST
/payment_dispute/{payment_dispute_id}/update_evidence
eBay Update evidence
updateEvidence 2 params body → 204400404409500

Schemas 23

The contract defines 23 schemas that model the data the API accepts and returns. The most detailed are PaymentDispute (20 properties), ReturnAddress (9 properties), PaymentDisputeSummary (9 properties), DisputeEvidence (8 properties). Each schema is shown below with its type and property counts.

DisputeSummaryResponse
object
This type defines the base response payload of the getPaymentDisputeSummaries method. Each payment dispute that matches the input criteria is returned under th…
7 properties
SimpleAmount
object
This type defines the monetary value of the payment dispute, and the currency used.
2 properties
TrackingInfo
object
This type is used for seller provided shipment tracking information.
2 properties
PaymentDispute
object
This type is used by the base response of the getPaymentDispute method. The getPaymentDispute method retrieves detailed information on a specific payment dispu…
20 properties
Phone
object
This type is used by the returnAddress
2 properties
AddEvidencePaymentDisputeResponse
object
This type is used by the response payload of the addEvidence method. Its only field is an unique identifier of an evidence set.
1 property
EvidenceRequest
object
This type is used by the evidenceRequests array that is returned in the getPaymentDispute response if one or more evidential documents are being requested to h…
5 properties
PaymentDisputeOutcomeDetail
object
This type is used by the resolution container that is returned for payment disputes that have been resolved.
6 properties
OrderLineItems
object
This type is used by the lineItems array that is used to identify one or more line items in the order with the payment dispute.
2 properties
PaymentDisputeActivity
object
This type is used by each recorded activity on a payment dispute, from creation to resolution.
3 properties
ReturnAddress
object
This type is used by the payment dispute methods, and is relevant if the buyer will be returning the item to the seller.
9 properties
FileInfo
object
This type is used by the files array, which shows the name, ID, file type, and upload date for each provided evidential file.
4 properties
PaymentDisputeSummary
object
This type is used by each payment dispute that is returned with the getPaymentDisputeSummaries method.
9 properties
AddEvidencePaymentDisputeRequest
object
This type is used by the request payload of the addEvidence method. The addEvidence method is used to create a new evidence set against a payment dispute with…
3 properties
AcceptPaymentDisputeRequest
object
This type is used by base request of the acceptPaymentDispute method.
2 properties
MonetaryTransaction
object
This type is used to provide details about one or more monetary transactions that occur as part of a payment dispute.
4 properties
DisputeAmount
object
This type defines the monetary value of an amount. It can provide the amount in both the currency used on the eBay site where an item is being offered and the…
5 properties
FileEvidence
object
This type is used to store the unique identifier of an evidence file. Evidence files are used by seller to contest a payment dispute.
1 property
InfoFromBuyer
object
This container is returned if the buyer is returning one or more line items in an order that is associated with the payment dispute, and that buyer has provide…
3 properties
ContestPaymentDisputeRequest
object
This type is used by the request payload of the contestPaymentDispute method.
3 properties
UpdateEvidencePaymentDisputeRequest
object
This type is used by the request payload of the updateEvidence method. The updateEvidence method is used to update an existing evidence set against a payment d…
4 properties
PaymentDisputeActivityHistory
object
This type is used by the base response of the getActivities method, and includes a log of all activities of a payment dispute, from creation to resolution.
1 property
DisputeEvidence
object
This type is used by the evidence array that is returned in the getPaymentDispute response if one or more evidential documents are associated with the payment…
8 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

ebay-payment-dispute-api-openapi.yml Raw ↑

Other APIs eBay publishes across the network.

eBay Advertising_eligibility API
eBay Bidding API
eBay Category_tree API
eBay Charity_org API
eBay Config API
eBay Country API
eBay Custom_policy API
eBay Customer_service_metric API
eBay Customer_service_metric_task API
eBay Deal_item API
eBay Destination API
eBay Event API
Where this information came from

This is an independent, third-party profile of eBay Payment_dispute API, published by API Evangelist. We do not operate, host, resell, or support these APIs, and we are not affiliated with or endorsed by the company unless stated above. Everything here is built from publicly available information — the company's own site, developer portal, documentation, public repositories, and the specifications it publishes for public use. Nothing is obtained by breaching a system, defeating an access control, or using credentials.

The Kin Score and Agent Readiness rating are independently calculated assessments of a company's public API artifacts, scored against a published rubric. They are not certifications, endorsements, security assessments, or audits.

Corrections, re-scores, and removal are free — no partnership or purchase required, and you do not need to justify the request. A removed company is recorded as unrated, never scored zero for having asked. Acknowledgement within one business day; removal within two.

info@apievangelist.com · Read the full data-sourcing policy →
On a security or compliance team? Put security in the subject line and you will get a person, not a form — we will tell you exactly which public URLs this profile was built from.