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
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |
RESPONSES
status: OK
{"links":[{"href":"https://api-m.sandbox.paypal.com/v1/customer/disputes/PP-R-BBU-10065666","rel":"detail","method":"GET"}]}