Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 794 Bytes

retrieve-dispute-evidence-response.md

File metadata and controls

33 lines (24 loc) · 794 Bytes

Retrieve Dispute Evidence Response

Defines the fields in a RetrieveDisputeEvidence response.

Structure

RetrieveDisputeEvidenceResponse

Fields

Name Type Tags Description
errors Error[] | undefined Optional Any errors that occurred during the request.
evidence DisputeEvidence | undefined Optional -

Example (as JSON)

{
  "evidence": {
    "dispute_id": "bVTprrwk0gygTLZ96VX1oB",
    "evidence_file": {
      "filename": "customer-interaction.jpg",
      "filetype": "image/jpeg"
    },
    "evidence_type": "CARDHOLDER_COMMUNICATION",
    "id": "TOomLInj6iWmP3N8qfCXrB",
    "uploaded_at": "2022-05-18T16:01:10.000Z"
  }
}