---
title: "Retrieve a refund"
method: GET
path: "/payment/{connection_id}/refund/{id}"
tags: ["payment", "refund"]
---

# Retrieve a refund

`GET /payment/{connection_id}/refund/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Response `200`

Successful

- PaymentRefund
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `total_amount` number
  - `payment_id` string
  - `currency` string
  - `notes` string
  - `status` 'SUCCEEDED' | 'PENDING' | 'FAILED' | 'CANCELED'
  - `reference` string
  - `refunded_at` string, date-time
  - `reason` 'DUPLICATE' | 'FRAUDULENT' | 'REQUESTED_BY_CUSTOMER' | 'OTHER'
  - `tender_type` 'CARD' | 'CASH' | 'GIFT_CARD' | 'BANK_TRANSFER' | 'WALLET' | 'CHECK' | 'STORE_CREDIT' | 'BUY_NOW_PAY_LATER' | 'EXTERNAL' | 'OTHER'
  - `raw` object

## Changes

- **2026-09-21** `669f9277e173` — 6 info
  - added the enum value `reason` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `refunded_at` to the property `items/` of the `query` request parameter `fields`
  - added the enum value `tender_type` to the property `items/` of the `query` request parameter `fields`
  - added the optional property `reason` to the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/payment/:connection_id/refund/:id/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/ce0cfee83c14?raw)
