Skip to main content
POST
/
v1
/
customer
/
disputes
/
{id}
/
adjudicate
Settle dispute
curl --request POST \
  --url https://api-m.sandbox.paypal.com/v1/customer/disputes/{id}/adjudicate \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '{}'
{
  "links": [
    {
      "href": "<string>",
      "rel": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.paypal.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Oauth 2.0 authentication

Path Parameters

id
string
required

The ID of the dispute for which to provide the supporting information.

Required string length: 1 - 255
Pattern: ^[A-Za-z0-9-]+$

Body

A request to settle a dispute in either the customer's or merchant's favor.

adjudication_outcome
enum<string>
required

The outcome of the adjudication.

Available options:
BUYER_FAVOR,
SELLER_FAVOR
Required string length: 1 - 255
Pattern: ^[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.

An array of request-related HATEOAS links.

Required array length: 1 - 10 elements