---
title: "Retrieve a refund"
method: POST
path: "/api/service/refund/retrieve"
tags: ["Refund"]
---

# Retrieve a refund

`POST /api/service/refund/retrieve`

Returns refund details and Id of refunded order.

## Request body

- RetrieveRefundRequestDto
  - `id` string, uuid, required — Id of refund to retrieve details

## Response `200`

Returns the refund details.

- RetrieveRefundResponseDto
  - `id` string, required — The unique Refund id
  - `amount` number, required — The amount of the refund in decimals.
  - `currency` 'EUR' | 'USD' | 'GBP' | 'PLN' | 'SEK' | 'DKK', required — Refund's currency.
  - `status` 'initiated' | 'pending' | 'succeeded' | 'failed', required — The current status of this refund.
  - `orderId` string, required — The id of the refunded order
  - `transactionId` string — The id of the transaction

## Changes

> 48 revisions in range; 2 could not be searched.

- **2026-04-29** `84194dfc43b4` — 1 warning
  - added the new `USD` enum value to the `currency` response property for the response status `200`
- **2025-12-08** `59707ad8c8bb` — 1 breaking
  - the `id` request property type/format changed from `string`/`` to `string`/`uuid`

[Change history](https://skmtc.dev/augustus/apis/ivy-api/changes/api/service/refund/retrieve/post.md)

---

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