---
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

---

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