List disputes
Returns a paginated list of disputes.
Query parameters
RFC 3339 timestamp for filtering by created date, inclusive.
RFC 3339 timestamp for filtering by created date, inclusive.
Number of items to return.
A cursor representing an item's token after which a page of results should begin. Used to retrieve the next page of results after this item.
A cursor representing an item's token before which a page of results should end. Used to retrieve the previous page of results before this item.
Filter by the token of the transaction being disputed. Corresponds with transaction_series.related_transaction_token in the Dispute.
Filter by the token of the claim the dispute was filed under. Returns the disputes created from that claim's disputed transaction events.
Filter by card token.
Filter by account token.
Response
OK
Example response
{
"data": [
{
"currency": "USD",
"merchant": {
"acceptor_id": "333301802529120",
"acquiring_institution_id": "191231",
"city": "NEW YORK",
"country": "USA",
"descriptor": "COFFEE SHOP",
"mcc": "5812",
"state": "NY"
}
}
]
}