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

{&quot;note&quot;=&gt;&quot;Offer refund with replacement item.&quot;, &quot;offer_amount&quot;=&gt;{&quot;currency_code&quot;=&gt;&quot;USD&quot;, &quot;value&quot;=&gt;&quot;23&quot;}, &quot;offer_type&quot;=&gt;&quot;REFUND_WITH_REPLACEMENT&quot;}

HEADERS

| Key | Datatype | Required | Description |

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;}]}