Disputes
ListDisputeEvidence
Returns a list of evidence associated with a dispute.
get/v2/disputes/{dispute_id}/evidence
Path parameters
dispute_idstring required
The ID of the dispute.
Query parameters
cursorstring
A pagination cursor returned by a previous call to this endpoint. Provide this cursor to retrieve the next set of results for the original query. For more information, see Pagination.
Response
Success
Example response
{
"evidence": [
{
"dispute_id": "bVTprrwk0gygTLZ96VX1oB",
"evidence_file": {
"filename": "customer-interaction",
"filetype": "JPG"
},
"evidence_type": "CARDHOLDER_COMMUNICATION",
"id": "CpfnkwGselCwS8QFvxN6",
"uploaded_at": "2022-05-10T15:57:13.802Z"
},
{
"dispute_id": "bVTprrwk0gygTLZ96VX1oB",
"evidence_file": {
"filename": "",
"filetype": ""
},
"evidence_type": "REBUTTAL_EXPLANATION",
"id": "TOomLInj6iWmP3N8qfCXrB",
"uploaded_at": "2022-05-18T16:01:10.000Z"
}
]
}