PayPal · Example Payload

Paypal Disputesmake Offer Example

BillingCommerceDisputesInvoicesOrdersPaymentsPayoutsSubscriptionsTokensWebhooks

Paypal Disputesmake 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.make-offer",
  "method": "POST",
  "path": "/v1/customer/disputes/{id}/make-offer",
  "summary": "Paypal Make offer to resolve dispute",
  "requestExamples": [
    {
      "contentType": "application/json",
      "name": "make_offer",
      "example": {
        "note": "Offer refund with replacement item.",
        "offer_amount": {
          "currency_code": "USD",
          "value": "23"
        },
        "offer_type": "REFUND_WITH_REPLACEMENT"
      }
    }
  ],
  "responseExamples": []
}