API Docs
Disputes
API ReferenceDisputes

Disputes

Manage payment disputes and chargebacks.

Overview

A dispute occurs when a cardholder questions a charge with their card issuer. The Disputes API allows you to view and respond to disputes.

API Endpoints

MethodEndpointDescription
GET/disputes/:idRetrieve Dispute
POST/disputes/:id/acceptAccept Dispute
GET/disputes/listList Disputes

Dispute Status

StatusDescription
dispute_openedDispute has been opened by the cardholder
dispute_expiredDispute period has expired
dispute_acceptedYou accepted the dispute
dispute_cancelledDispute was cancelled
dispute_challengedYou challenged the dispute
dispute_wonYou won the dispute
dispute_lostYou lost the dispute