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

# Get refund

`GET /refunds/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Refund details

- Refund
  - `id` integer
  - `self` string
  - `reference_id` string, nullable
  - `amount` string — Formatted refund amount.
  - `status` 'CREATED' | 'CONFIRMED' | 'DENIED' | 'CANCELLED'
  - `payin_id` integer
  - `wallet_id` integer, nullable
  - `escrow_id` integer
  - `tag` string, nullable
  - `provider` object, nullable
  - `metadata` object, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable
  - `denied_at` string, date-time, nullable
  - `connections` Connections — Hypermedia links to related resources.

## Other responses

- `404` — Resource not found

---

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