Update a raised dispute

patch/disputes/{id}

Update information related to a raised dispute, or change a dispute's status from draft to submitted or closed.

Note: Changing the status of a dispute to submitted or closed is a final action. You cannot make updates to a submitted or closed dispute. Make sure to upload all supporting attachments using the POST /disputes/{id}/attachments endpoint before you submit a dispute. When you update a dispute to submitted, Adyen sends the raised dispute to the card scheme for review and acquirer defense. When you update a raised dispute to closed, Adyen closes the dispute, and the dispute is no longer eligible for review by the card scheme.

Endpoint destination URL
Click to copy

Path Parameters

idstringRequired

The unique identifier of the raised dispute.

Request Parameters

fraudInfoobject

Additional information for raising a dispute of type fraud. Required for disputes of type fraud.

notDeliveredInfoobject

Additional information for raising a dispute of type notDelivered. Required for disputes of type notDelivered.

statusobject

The current status of the dispute.

You can update a dispute to submitted or closed.

Possible values: draft, submitted, closed, won, chargeback, secondPresentment.

Response parameters

After submitting a call, you receive a response message to inform you that your request was received and processed.

Depending on the HTTP status code of the response message, it is helpful to build some logic to handle any errors that a request or the system may return.

HTTP Responses

  • 200 - OK

    The request has succeeded.

    Show moreShow less