Disputes V2

disputes_v2

Methods

List Disputes -> CursorPage<>
get/v2/disputes

Returns a paginated list of disputes.

Retrieve A Dispute ->
get/v2/disputes/{dispute_token}

Retrieves a specific dispute by its token.

path Parameters
dispute_token: string
(format: uuid)
Response fields
Request example
200Example

Domain types

DisputeV2 = { token, account_token, card_token, 11 more... }

The Dispute object tracks the progression of a dispute throughout its lifecycle.