---
title: "List refunds"
method: GET
path: "/v1/payments/{paymentId}/refunds"
tags: ["Payments"]
---

# List refunds

`GET /v1/payments/{paymentId}/refunds`

Retrieve all refunds for a specific payment.

## Path parameters

- `paymentId` string, uuid, required

## Response `200`

Refunds listed.

- object
  - `refunds` Refund[]
    - `id` string, uuid
    - `txId` string
    - `amount` number
    - `reason` string
    - `status` 'PENDING' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' | 'REFUNDED' — Generic transaction status.
    - `processedAt` string, date-time
    - `createdAt` string, date-time

## Other responses

- `401` — Missing or invalid authentication token.
- `404` — Resource not found.

---

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