---
title: "Get submitted dispute response"
method: GET
path: "/api/disputes/v2.0/merchantdisputes/{caseNumber}/responses"
tags: ["Disputes Reporting"]
---

# Get submitted dispute response

`GET /api/disputes/v2.0/merchantdisputes/{caseNumber}/responses`

Retrieve all merchant-submitted responses for a specific dispute case including comments and associated evidence file names.

## Path parameters

- `caseNumber` string, required

## Response `200`

Success

- DisputeResponseHistoryDto
  - `responses` DisputeResponseDto[], nullable
    - `responseId` string, nullable — Unique identifier for the merchant's submitted dispute case response.
    - `caseNumber` string, nullable — Dispute case number associated with the merchant response.
    - `merchantNumber` string, nullable — The merchant's unique identification number.
    - `response` string, nullable — Text of the merchant's response or comment submitted for the dispute case.
    - `createDateTimeUtc` string, date-time — Date and time when the response was submitted in ISO 8601 UTC. Format: YYYY-MM-DDThh:mm:ss.sssZ.
    - `attachments` AttachmentDto[], nullable — A list of evidence files attached to the merchant’s response.
      - `attachmentId` integer — Unique identifier for the evidence attachment.
      - `fileName` string, nullable — Name of the evidence file provided by the merchant.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow.md) · [All operations](https://skmtc.net/xplorpay/apis/external-us-onboarding-workflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xplorpay/external-us-onboarding-workflow/revisions/f37077c24b66/schema)
