Make offer to resolve dispute
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 allowed response options object.
Authorizations
Oauth 2.0 authentication
Path Parameters
The ID of the dispute for which to provide the supporting information.
1 - 255^[A-Za-z0-9-]+$Body
A merchant request to make an offer to resolve a dispute.
The merchant's notes about the offer.
1 - 2000^(.|\r?\n)*$The merchant-proposed offer type for the dispute.
REFUND, REFUND_WITH_RETURN, REFUND_WITH_REPLACEMENT, REPLACEMENT_WITHOUT_REFUND 1 - 255^[0-9A-Z_]+$The amount proposed to resolve the dispute.
The return address for the item. Required when the customer must return an item to the merchant for the MERCHANDISE_OR_SERVICE_NOT_AS_DESCRIBED dispute reason, especially if the refund amount is less than the dispute amount.
The merchant-provided ID of the invoice for the refund. This optional value maps the refund to an invoice ID in the merchant's system.
1 - 127^.*$Response
A successful request returns the HTTP 200 OK status code and a JSON response body that includes a link to the dispute.
The subsequent action.