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 offertype values for the request is available in dispute details <a href="https://developer.paypal.com/api/customer-disputes/v1/#definition-allowedresponse_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"}

RESPONSES

status: OK

{&quot;links&quot;:[{&quot;href&quot;:&quot;https://api-m.sandbox.paypal.com/v1/customer/disputes/PP-R-BBU-10065666&quot;,&quot;rel&quot;:&quot;detail&quot;,&quot;method&quot;:&quot;GET&quot;}]}