---
title: "Retrieve a specific Refund"
method: GET
path: "/api/v1/refunds/{refundId}"
tags: ["Refunds"]
---

# Retrieve a specific Refund

`GET /api/v1/refunds/{refundId}`

Get details of a specific refund request by its ID.

## Path parameters

- `refundId` string, required

## Response `200`

Details of the refund

- object
  - `data` object
    - `reason` string
    - `linkId` string
    - `referenceId` string
    - `amount` number
    - `initiatedBy` string
    - `status` string
  - `message` string

---

[API](https://skmtc.dev/thewayl/apis/wayl-api.md) · [All operations](https://skmtc.dev/thewayl/apis/wayl-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thewayl/wayl-api/revisions/ee660efc8daf/schema)
