Skip to main content
PUT
Update Dispute

Authorizations

Authorization
string
header
default:{{APIKey}}
required

Path Parameters

id
string
required

The _id of the transaction to fetch.

Body

application/json
reason
enum<string>
default:not_received
required

The reason for the dispute.

Available options:
not_received,
fraudulent,
duplicate,
product_not_as_described,
service_not_as_described,
canceled,
other
explanation
string
required

More details on the dispute.

metadata
string<json>
default:{}

The key-value pair you wish to attach to the dispute object.

Response

Dispute updated successfully.

statusCode
integer

Status code of the response. 200 indicates a successful request.

message
string

Human-readable description of the result.

data
object

Response payload.