Skip to main content
GET
Get all disputes

Authorizations

Api-Key
string
header
required

Query Parameters

companyId
string<uuid>

For corporate cards, id of the company to get disputes for

userId
string<uuid>

Id of the user to get disputes for

transactionId
string<uuid>

Id of the transaction to get disputes for

status
enum<string>

Filter disputes by status

Available options:
pending,
inReview,
accepted,
rejected,
canceled
cursor
string

The id of the resource after which to start fetching

limit
integer
default:20

The number of resources to fetch

Required range: 1 <= x <= 100

Response

Successful operation

id
string<uuid>
required

The dispute's unique identifier

transactionId
string<uuid>
required

The transaction's unique identifier

status
enum<string>
required

The status of the dispute

Available options:
pending,
inReview,
accepted,
rejected,
canceled,
resolvedByMerchant
disputeAmount
integer
required

Disputed amount in cents

createdAt
string<date-time>
required

The time at which the dispute was created

disputeType
enum<string>

The type of dispute

Available options:
fraud,
creditNotProcessed,
serviceNotReceived,
merchandiseIssue,
other
textEvidence
string

The textual evidence for the dispute

Maximum string length: 65535
resolvedAt
string<date-time>

The time at which the dispute was resolved

transaction
object

Details of the transaction associated with the dispute

hasFileEvidence
boolean

Indicates whether file evidence has been uploaded for the dispute

attachmentCount
integer

The number of attachments uploaded for the dispute

Required range: x >= 0