Disputes
RetrieveDisputeEvidence
Returns the metadata for the evidence specified in the request URL path.
You must maintain a copy of any evidence uploaded if you want to reference it later. Evidence cannot be downloaded after you upload it.
get/v2/disputes/{dispute_id}/evidence/{evidence_id}
Path parameters
dispute_idstring required
The ID of the dispute from which you want to retrieve evidence metadata.
evidence_idstring required
The ID of the evidence to retrieve.
Response
Success
Example response
{
"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"
}
}