---
title: "Retrieve a refund"
method: GET
path: "/refunds/{refund_id}"
---

# Retrieve a refund

`GET /refunds/{refund_id}`

Retrieve information about a refund.

## Path parameters

- `refund_id` string, required

## Response `200`

200

- object
  - `id` string
  - `payment_id` string
  - `notification_url` string
  - `amount` number
  - `currency` string
  - `status` string
  - `status_code` integer
  - `status_detail` string
  - `created_date` string
  - `amount_refunded` number

---

[API](https://skmtc.net/dlocal/apis/payins.md) · [All operations](https://skmtc.net/dlocal/apis/payins/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dlocal/payins/versions/d87e090020f9/schema)
