v1

latestOpenAPI 3.0.42026-07-2286621993.2 KB
disputes

Partially update dispute

Partially updates a dispute, by ID. Seller can update the communication_detail value or The partner can add the partner action information.

patch/v1/customer/disputes/{id}

Path parameters

idstring required

ID of the setup token.

Request body

op'add' | 'remove' | 'replace' | 'move' | 'copy' | 'test' required

The operation.

pathstring

The <a href="https://tools.ietf.org/html/rfc6901">JSON Pointer</a> to the target document location at which to complete the operation.

{"stackTrail":"components:schemas:patch:properties:value","oasType":"schema","type":"unknown","title":"Patch Value","description":"The value to apply. The <code>remove</code> operation does not require a value."}
fromstring

The <a href="https://tools.ietf.org/html/rfc6901">JSON Pointer</a> to the target document location from which to move the value. Required for the <code>move</code> operation.

Response

A successfully accepted request returns the HTTP 202 Accepted status code and a JSON response body that includes a HATEOAS link to the ID of the request. The Clients can choose webhook option as well to receive dispute update notification.