---
title: "GET /payments/refunds/{intentId}"
method: GET
path: "/payments/refunds/{intentId}"
---

# GET /payments/refunds/{intentId}

`GET /payments/refunds/{intentId}`

Retrieve a list of refunds for a specific payment intent

## Path parameters

- `intentId` string, required

## Response `200`

Successful response with list of refunds

- RefundResponse[]
  - `refundId` string, required — Unique identifier of the refund
  - `intentId` string, required — Unique identifier of the payment intent
  - `amount` integer, required — The amount in lowest count unit. e.g.: For USD 1, amount is 100 representing 100 cents (The minimum amount should be greater than 1 USD)
  - `currency` string, required — Three letter abbreviation of the currency. Refer [supported currencies](/get-started/currencies-supported)
  - `refundedAt` integer, required — Epoch timestamp in milliseconds of when the refund was processed
  - `refundReferenceId` string — Your identifier for the refund

## Other responses

- `400` — Invalid request

---

[API](https://skmtc.net/xpaycheckout/apis/xpay-api-store.md) · [All operations](https://skmtc.net/xpaycheckout/apis/xpay-api-store/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/xpaycheckout/xpay-api-store/versions/6329a7c694bc/schema)
