v1

latestOpenAPI 3.0.42026-07-2286621993.2 KB
disputes-actions

Settle dispute

<blockquote><strong>Important:</strong> This method is for sandbox use only.</blockquote> 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 <code>status</code> must be <code>UNDER_REVIEW</code> and <code>adjudicate</code> link should be available in the <a href="/docs/api/customer-disputes/v1/#disputes_get!c=200&path=links&t=response/">HATEOAS links</a> of the <a href="/docs/api/customer-disputes/v1/#disputes_get">show dispute details</a> response.
post/v1/customer/disputes/{id}/adjudicate

Path parameters

idstring required

ID of the setup token.

Request body

adjudication_outcome'BUYER_FAVOR' | 'SELLER_FAVOR' required

The outcome of the adjudication.

Response

A successful request returns the HTTP 200 OK status code and a JSON response body that includes a link to the dispute.