Settle dispute
Settle dispute
Important: This method is for sandbox use only.Settles a dispute in either the customer’s or merchant’s favor. Merchants can make this call in the sandbox to complete end-to-end dispute resolution testing, which mimics the dispute resolution that PayPal agents normally complete. To make this call, the dispute
status must be UNDER_REVIEW and adjudicate link should be available in the HATEOAS links of the show dispute details response.POST
Settle dispute
Authorizations
Oauth 2.0 authentication
Path Parameters
The ID of the dispute for which to provide the supporting information.
Required string length:
1 - 255Pattern:
^[A-Za-z0-9-]+$Body
A request to settle a dispute in either the customer's or merchant's favor.
The outcome of the adjudication.
Available options:
BUYER_FAVOR, SELLER_FAVOR Required string length:
1 - 255Pattern:
^[0-9A-Z_]+$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.