PayPal · Example Payload

Paypal Disputesdeny Offer Example

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Paypal Disputesdeny Offer 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.deny-offer",
  "method": "POST",
  "path": "/v1/customer/disputes/{id}/deny-offer",
  "summary": "Paypal Deny offer to resolve dispute",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "deny_offer",
      "example": {
        "note": "refund offer is very low."
      }
    }
  ],
  "responseExamples": []
}