v1

latestOpenAPI 3.1.02026-07-26490367.2 KB

Create Dispute

Creates a dispute for a specific transaction.

post/cards/disputes

Request body

transactionIdstring required

The _id of the transaction the dispute is for.

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 created successfully.

statusCodeinteger

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

messagestring

Human-readable description of the result.