Retrieve
Get dispute
get/v1/disputes/{dispute_token}
Get dispute.
Path Parameters
dispute_tokenstring
formatuuid
Returns
tokenstringamountnumberarbitration_datestringcreatedstringcustomer_filed_datestringcustomer_notestringnetwork_claim_idsarray of stringnetwork_filed_datestringnetwork_reason_codestringprearbitration_datestringprimary_claim_idstringreasonenumrepresentment_datestringresolution_datestringresolution_notestringresolution_reasonenumstatusenumtransaction_tokenstringDispute
Request example Request
curl https://api.lithic.com/v1/disputes/$DISPUTE_TOKEN \
-H "Authorization: $LITHIC_API_KEY"
200 Example
{
"token": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e",
"amount": 0,
"arbitration_date": "2019-12-27T18:11:19.117Z",
"created": "2019-12-27T18:11:19.117Z",
"customer_filed_date": "2019-12-27T18:11:19.117Z",
"customer_note": "customer_note",
"network_claim_ids": [
"string"
],
"network_filed_date": "2019-12-27T18:11:19.117Z",
"network_reason_code": "network_reason_code",
"prearbitration_date": "2019-12-27T18:11:19.117Z",
"primary_claim_id": "primary_claim_id",
"reason": "ATM_CASH_MISDISPENSE",
"representment_date": "2019-12-27T18:11:19.117Z",
"resolution_date": "2019-12-27T18:11:19.117Z",
"resolution_note": "resolution_note",
"resolution_reason": "CASE_LOST",
"status": "ARBITRATION",
"transaction_token": "182bd5e5-6e1a-4fe4-a799-aa6d9a6ab26e"
}