> ## Documentation Index
> Fetch the complete documentation index at: https://docs.mangopay.com/llms.txt
> Use this file to discover all available pages before exploring further.

# The Dispute Document object

### Description

The Dispute Document object is a container to store document pages before being sent to Mangopay’s team for review as part of the dispute process. One Dispute Document object is necessary for each type of document.

### Attributes

<ParamField body="DisputeId" type="string">
  The unique identifier of the dispute.
</ParamField>

<ParamField body="Type" type="string">
  **Returned values:** `DELIVERY_PROOF`, `INVOICE`, `REFUND_PROOF`, `USER_CORRESPONDANCE`, `USER_ACCEPTANCE_PROOF`, `PRODUCT_REPLACEMENT_PROOF`, `OTHER`

  The type of the dispute document.
</ParamField>

<ParamField body="Id" type="string">
  The unique identifier of the object.
</ParamField>

<ParamField body="Tag" type="string">
  Max. length: 255 characters

  Custom data that you can add to this object.
</ParamField>

<ParamField body="CreationDate" type="Unix timestamp">
  The date and time at which the object was created.
</ParamField>

<ParamField body="ProcessedDate" type="Unix timestamp">
  The date and time at which the document was processed by Mangopay’s team.
</ParamField>

<ParamField body="Status" type="string">
  **Returned values:** `CREATED`, `VALIDATION_ASKED`, `VALIDATED`, `REFUSED`, `OUT_OF_DATE`

  The status of the dispute document.
</ParamField>

<ParamField body="RefusedReasonType" type="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. The reason for the dispute document refusal. See the `RefusedReasonMessage` for more information.
</ParamField>

<ResponseField name="RefusedReasonMessage" type="string">
  Max. length: 255 characters

  **Default value:** null

  Additional information about why the dispute document was refused, provided by Mangopay’s team.
</ResponseField>
