Settle dispute
POST {{base_url}}/v1/customer/disputes/:dispute_id/adjudicate
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
.
Request Body
[{"name"=>"adjudication_outcome", "value"=>"COL00180FX", "datatype"=>"string"}]
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string |