Skip to content

Latest commit

 

History

History
43 lines (34 loc) · 1021 Bytes

retrieve-dispute-evidence-response.md

File metadata and controls

43 lines (34 loc) · 1021 Bytes

Retrieve Dispute Evidence Response

Defines the fields in a RetrieveDisputeEvidence response.

Structure

Retrieve Dispute Evidence Response

Fields

Name Type Tags Description
errors List Error Optional Any errors that occurred during the request.
evidence Dispute Evidence 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",
    "evidence_id": "evidence_id0",
    "evidence_text": "evidence_text6"
  },
  "errors": [
    {
      "category": "MERCHANT_SUBSCRIPTION_ERROR",
      "code": "MAP_KEY_LENGTH_TOO_LONG",
      "detail": "detail6",
      "field": "field4"
    }
  ]
}