Dispute Evidence Document Object


A dispute evidence document represents a file-based piece of evidence submitted to support a payment dispute resolution case.

Evidence documents are created for specific disputes and follow a structured workflow: create the document, upload the file, and submit for dispute resolution. Once submitted, documents become immutable and cannot be deleted or modified.

Properties
createdDatestringRead-onlyimmutableformat date-time

Date and time the dispute evidence document was created.


disputeIdstringformat GUIDimmutable

ID of the dispute this evidence document supports.


extendedFieldsExtendedFields

Custom field data for the dispute evidence document object.

Extended fields must be configured in the app dashboard before they can be accessed with API calls.


fileDocumentFileRead-only

File details for the uploaded evidence document.

If a file hasn't been uploaded yet, this field is null.


idstringRead-onlyformat GUIDimmutable

Dispute evidence document ID.


revisionstringRead-onlyformat int64

Revision number, which increments by 1 each time the dispute evidence document is updated. To prevent conflicting changes, the existing revision must be specified when updating a dispute evidence document. Ignored when creating a dispute evidence document.


tagsTags

Tags assigned to the dispute evidence document for organization and filtering purposes.


updatedDatestringRead-onlyformat date-time

Date and time the dispute evidence document was updated.

Did this help?