PayPal · Example Payload

Paypal Disputesaccept Offer Example

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Paypal Disputesaccept 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.accept-offer",
  "method": "POST",
  "path": "/v1/customer/disputes/{id}/accept-offer",
  "summary": "Paypal Accept offer to resolve dispute",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "accept_offer",
      "example": {
        "note": "I am ok with the refund offered."
      }
    }
  ],
  "responseExamples": []
}