v1

latestOpenAPI 3.1.02026-07-26490367.2 KB

Update Dispute

Updates a dispute for a specific transaction.

put/cards/disputes/{id}

Path parameters

idstring required

The _id of the transaction to fetch.

Request body

reason'not_received' | 'fraudulent' | 'duplicate' | 'product_not_as_described' | 'service_not_as_described' | 'canceled' | 'other' required

The reason for the dispute.

explanationstring required

More details on the dispute.

metadatastring json

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

Response

Dispute updated successfully.

statusCodeinteger

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

messagestring

Human-readable description of the result.