---
title: "Get Refund Request"
method: GET
path: "/v1/refund-request/{id}"
tags: ["Job"]
---

# Get Refund Request

`GET /v1/refund-request/{id}`

Retrieve a single refund request by its ID, including status and resolution details.

## Path parameters

- `id` string, required — The ID of the refund request.

## Response `200`

OK

- RefundRequestResponse — Response for refund request.
  - `id` string, required — The ID of the refund request.
  - `createdAt` string, required — The date and time when the refund request was created.
  - `resolutionDate` string, nullable — The date and time when the refund request was resolved (status changed to approved, denied, cancelled, or nash_approved).
  - `jobId` string, required — The job this refund request is associated with.
  - `taskId` string, required — The task this refund request is associated with.
  - `organizationId` string, required — The ID of the organization.
  - `incidentSubtype` string, required — The subtype of the incident.
  - `incidentNotes` string, required — Notes about the incident from the merchant.
  - `status` union, required — The status of the refund request.
    - 1 | 2 | 3 | 4 | 5 | 6 | 7
    - string
  - `refundAmountCents` integer, nullable, required — The total requested refund amount.
  - `refundAmountDeliveryFeeCents` integer, nullable, required — The requested refund amount for the delivery fee.
  - `refundAmountOrderValueCents` integer, required — The requested refund amount for the order value.
  - `refundAmountTipCents` integer, required — The requested refund amount for the tip.
  - `currency` string, nullable, required — The currency of the refund request.
  - `response` string, required — The response from the courier.
  - `proofOfRefund` string, nullable, required — The supporting evidence for the refund.
  - `requestAmountCents` integer, nullable, required — The request amount for the delivery fee, order value, and tip in cents.
  - `requestAmountDeliveryFeeCents` integer, nullable, required — The request amount for the delivery fee in cents.
  - `requestAmountOrderValueCents` integer, nullable, required — The request amount for the order value in cents.
  - `requestAmountTipCents` integer, nullable, required — The request amount for the tip in cents.

## Other responses

- `422` — Unprocessable Content

---

[API](https://skmtc.net/usenash/apis/nash-api.md) · [All operations](https://skmtc.net/usenash/apis/nash-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usenash/nash-api/revisions/09a23a95889b/schema)
