---
title: "Retrieve a refund"
method: GET
path: "/refunds/{id}"
tags: ["Refunds"]
---

# Retrieve a refund

`GET /refunds/{id}`

## Path parameters

- `id` string, required — ID of the refund

## Headers

- `X-Trace-Id` string

## Response `200`

OK

- object
  - `status` 'success' | 'failed'
  - `message` string
  - `meta` ListResponseMeta
    - `page_info` PageInfo
      - `total` integer — The total number of items available across all pages
      - `current_page` integer — The current page number being viewed
      - `total_pages` integer — The total number of pages required to display all items.
  - `data` Refund — A refund of a previously created charge
    - `id` string — ID of the refund
    - `amount_refunded` number — The payment amount in decimals.
    - `meta` Meta
    - `reason` 'duplicate' | 'fraudulent' | 'requested_by_customer' | 'expired_uncaptured_charge' — Reason for the refund
    - `status` 'pending' | 'requires_action' | 'succeeded' | 'failed' | 'cancelled' | 'completed' | 'new' — Status of the refund
    - `charge_id` string — ID of the charge tied to this refund
    - `created_datetime` string

## Other responses

- `400` — Bad request
- `401` — Unauthorised request
- `403` — Forbidden

---

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