Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 749 Bytes

retrieve-dispute-evidence-response.md

File metadata and controls

33 lines (24 loc) · 749 Bytes

Retrieve Dispute Evidence Response

Defines the fields in a RetrieveDisputeEvidence response.

Structure

Retrieve Dispute Evidence Response

Fields

Name Type Tags Description
errors List of Error Optional Any errors that occurred during the request.
evidence Dispute Evidence Optional -

Example (as JSON)

{
  "evidence": {
    "dispute_id": "bVTprrwk0gygTLZ96VX1oB",
    "evidence_file": {
      "filename": "evidence.tiff",
      "filetype": "image/tiff"
    },
    "evidence_type": "GENERIC_EVIDENCE",
    "id": "TOomLInj6iWmP3N8qfCXrB",
    "uploaded_at": "2018-10-18T16:01:10.000Z"
  }
}