Get dispute details
Retrieve transaction 's dispute details
Path Parameters
Name
Type
Description
Field Name
Type
Description
Required
{
"data": {
"id": "4c3d53fc-fe1b-4032-800f-557a04d3a239",
"status": "AWAITING_MERCHANT_RESPONSE",
"merchant_id": "a9e30f16-1ef5-41e5-9ec2-c8e51a15b406",
"account_id": "3c283938-b86f-428c-93bd-bbac524dhw83",
"histories": [
{
"id": 80,
"status": "AWAITING_MERCHANT_RESPONSE",
"description": "See the chargeback details in the PDF attached",
"attachments": [
"Chargeback-Mar-07.pdf"
],
"submitted_at": "2023-03-04T01:21:27.780Z",
"submitted_by": "b9b293b9-96bc-4bb3-a7cc-a13200e0ffed",
"submitted_by_role": "master"
}
]
}
}Last updated