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.

HEADERS

KeyDatatypeRequiredDescription
Content-Typestring

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