---
title: "List all Dispute Documents"
method: GET
path: "/v2.01/{ClientId}/dispute-documents"
tags: ["disputeDocuments"]
---

# List all Dispute Documents

`GET /v2.01/{ClientId}/dispute-documents`

List all Dispute Documents

## Path parameters

- `ClientId` string, required

## Query parameters

- `BeforeDate` integer
- `AfterDate` integer

## Headers

- `Authorization` string, required

## Response `200`

Success

- ListAllDisputeDocumentsResponse
  - `Array (Dispute documents)` ListAllDisputeDocumentsResponseArrayDisputeDocumentsItems[] — The list of dispute documents created by the platform.
    - `Object (Dispute document)` ListAllDisputeDocumentsResponseArrayDisputeDocumentsItemsObjectDisputeDocument — The dispute document created by the platform.
      - `DisputeId` string — The unique identifier of the dispute.
      - `Type` string — **Returned values:** `DELIVERY_PROOF`, `INVOICE`, `REFUND_PROOF`, `USER_CORRESPONDANCE`, `USER_ACCEPTANCE_PROOF`, `PRODUCT_REPLACEMENT_PROOF`, `OTHER` The type of the dispute document.
      - `Id` string — Max length: 128 characters (see [data formats](/api-reference/overview/data-formats) for details) The unique identifier of the object.
      - `Tag` string — Custom data that you can add to this object.
      - `CreationDate` integer — Unix timestamp (UTC) of the date and time the object was created.
      - `ProcessedDate` integer — Unix timestamp (UTC) of the date and time the document was processed by Mangopay’s team.
      - `Status` string — **Returned values:** `CREATED`, `VALIDATION_ASKED`, `VALIDATED`, `REFUSED`, `OUT_OF_DATE` The status of the dispute document.
      - `RefusedReasonType` string — **Returned values:** DOCUMENT_DO_NOT_MATCH_USER_DATA, DOCUMENT_FALSIFIED, DOCUMENT_HAS_EXPIRED, DOCUMENT_INCOMPLETE, DOCUMENT_MISSING, DOCUMENT_NOT_ACCEPTED, DOCUMENT_UNREADABLE, SPECIFIC_CASE, UNDERAGE_PERSON The reason for the dispute document refusal. See the <inline-code>RefusedReasonMessage</inline-code> for more information.
      - `RefusedReasonMessage` string — **Default value:** null Additional information about why the KYC Document was refused, provided by Mangopay’s team.

---

[API](https://skmtc.net/mangopay/apis/api-reference.md) · [All operations](https://skmtc.net/mangopay/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mangopay/api-reference/versions/795281070285/schema)
