---
title: "Get a refund"
method: GET
path: "/refunds/{merchant_reference}"
---

# Get a refund

`GET /refunds/{merchant_reference}`

Returns the refund connected to a merchant transaction. Use this endpoint to check whether a refund exists and see its current status, amount, currency, and refund reference.

## Path parameters

- `merchant_reference` string, required

## Response `200`

200

- object
  - `status` string
  - `message` string
  - `data` object
    - `public_id` string
    - `refund_reference` string
    - `status` string
    - `amount` string
    - `currency` string
    - `merchant_reference` string
    - `created_at` string
    - `updated_at` string

## Other responses

- `400` — 400

---

[API](https://skmtc.net/quidax/apis/api-3-0.md) · [All operations](https://skmtc.net/quidax/apis/api-3-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/quidax/api-3-0/versions/75e2867b5dc0/schema)
