Make offer to resolve dispute
POST {{base_url}}/v1/customer/disputes/:dispute_id/make-offer
Makes an offer to the other party to resolve a dispute, by ID. To make this call, the stage in the dispute lifecycle must be
INQUIRY
. If the customer accepts the offer, PayPal automatically makes a refund. Allowed offer
type values for the request is available in dispute details <a href="
https://developer.paypal.com/api/customer-disputes/v1/#definition-allowed
response_options">allowed response options
object.
Request Body
{"note"=>"Offer refund with replacement item.", "offer_amount"=>{"currency_code"=>"USD", "value"=>"23"}, "offer_type"=>"REFUND_WITH_REPLACEMENT"}
HEADERS
| Key | Datatype | Required | Description |
RESPONSES
status: OK
{"links":[{"href":"https://api-m.sandbox.paypal.com/v1/customer/disputes/PP-R-BBU-10065666","rel":"detail","method":"GET"}]}