Fulfillment API
  1. Schemas
Fulfillment API
  • order
    • /order
    • /order/{orderId}
    • Issue Refund
  • shipping_fulfillment
    • /order/{orderId}/shipping_fulfillment
    • /order/{orderId}/shipping_fulfillment
    • /order/{orderId}/shipping_fulfillment/{fulfillmentId}
  • payment_dispute
    • Get Payment Dispute Details
    • Accept Payment Dispute
    • Get Payment Dispute Activity
    • Add an Evidence File
    • Contest Payment Dispute
    • Get Payment Dispute Evidence File
    • Update evidence
    • Upload an Evidence File
    • Search Payment Dispute by Filters
  • Schemas
    • Schemas
      • AcceptPaymentDisputeRequest
      • AddEvidencePaymentDisputeRequest
      • AddEvidencePaymentDisputeResponse
      • Address
      • Amount
      • AppliedPromotion
      • Buyer
      • CancelRequest
      • CancelStatus
      • ContestPaymentDisputeRequest
      • DeliveryCost
      • DisputeAmount
      • DisputeEvidence
      • DisputeSummaryResponse
      • EbayCollectAndRemitTax
      • EbayFulfillmentProgram
      • EbayTaxReference
      • Error
      • ErrorParameter
      • EvidenceRequest
      • ExtendedContact
      • FileEvidence
      • FileInfo
      • FulfillmentStartInstruction
      • GiftDetails
      • InfoFromBuyer
      • IssueRefundRequest
      • ItemLocation
      • LegacyReference
      • LineItem
      • LineItemFulfillmentInstructions
      • LineItemProperties
      • LineItemReference
      • LineItemRefund
      • MonetaryTransaction
      • Order
      • OrderLineItems
      • OrderRefund
      • OrderSearchPagedCollection
      • Payment
      • PaymentDispute
      • PaymentDisputeActivity
      • PaymentDisputeActivityHistory
      • PaymentDisputeOutcomeDetail
      • PaymentDisputeSummary
      • PaymentHold
      • PaymentSummary
      • Phone
      • PhoneNumber
      • PickupStep
      • PostSaleAuthenticationProgram
      • PricingSummary
      • Program
      • Refund
      • RefundItem
      • ReturnAddress
      • SellerActionsToRelease
      • ShippingFulfillment
      • ShippingFulfillmentDetails
      • ShippingFulfillmentPagedCollection
      • ShippingStep
      • SimpleAmount
      • Tax
      • TaxAddress
      • TaxIdentifier
      • TrackingInfo
      • UpdateEvidencePaymentDisputeRequest
  1. Schemas

PaymentDispute

This type is used by the base response of the getPaymentDispute method. The getPaymentDispute method retrieves detailed information on a specific payment dispute.

{
    "amount": {
        "currency": "string",
        "value": "string"
    },
    "availableChoices": [
        "string"
    ],
    "buyerProvided": {
        "note": "string",
        "returnShipmentTracking": [
            {
                "shipmentTrackingNumber": "string",
                "shippingCarrierCode": "string"
            }
        ]
    },
    "buyerUsername": "string",
    "closedDate": "string",
    "evidence": [
        {
            "evidenceId": "string",
            "evidenceType": "string",
            "files": [
                {
                    "fileId": "string",
                    "fileType": "string",
                    "name": "string",
                    "uploadedDate": "string"
                }
            ],
            "lineItems": [
                {
                    "itemId": "string",
                    "lineItemId": "string"
                }
            ],
            "providedDate": "string",
            "requestDate": "string",
            "respondByDate": "string",
            "shipmentTracking": [
                {
                    "shipmentTrackingNumber": "string",
                    "shippingCarrierCode": "string"
                }
            ]
        }
    ],
    "evidenceRequests": [
        {
            "evidenceId": "string",
            "evidenceType": "string",
            "lineItems": [
                {
                    "itemId": "string",
                    "lineItemId": "string"
                }
            ],
            "requestDate": "string",
            "respondByDate": "string"
        }
    ],
    "lineItems": [
        {
            "itemId": "string",
            "lineItemId": "string"
        }
    ],
    "monetaryTransactions": [
        {
            "amount": {
                "convertedFromCurrency": "string",
                "convertedFromValue": "string",
                "currency": "string",
                "exchangeRate": "string",
                "value": "string"
            },
            "date": "string",
            "reason": "string",
            "type": "string"
        }
    ],
    "openDate": "string",
    "orderId": "string",
    "paymentDisputeId": "string",
    "paymentDisputeStatus": "string",
    "reason": "string",
    "resolution": {
        "fees": {
            "currency": "string",
            "value": "string"
        },
        "protectedAmount": {
            "currency": "string",
            "value": "string"
        },
        "protectionStatus": "string",
        "reasonForClosure": "string",
        "recoupAmount": {
            "currency": "string",
            "value": "string"
        },
        "totalFeeCredit": {
            "currency": "string",
            "value": "string"
        }
    },
    "respondByDate": "string",
    "returnAddress": {
        "addressLine1": "string",
        "addressLine2": "string",
        "city": "string",
        "country": "string",
        "county": "string",
        "fullName": "string",
        "postalCode": "string",
        "primaryPhone": {
            "countryCode": "string",
            "number": "string"
        },
        "stateOrProvince": "string"
    },
    "revision": 0,
    "sellerResponse": "string"
}
Built with