PayPal · Example Payload

Paypal Disputesescalate Example

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Paypal Disputesescalate Example is an example object payload from PayPal, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "disputes.escalate",
  "method": "POST",
  "path": "/v1/customer/disputes/{id}/escalate",
  "summary": "Paypal Escalate dispute to claim",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "require_evidence",
      "example": {
        "action": "BUYER_EVIDENCE"
      }
    }
  ],
  "responseExamples": []
}