---
title: "Fetch Refunds List"
method: GET
path: "/api/refund/{portone_order_ref}"
tags: ["Refund APIs"]
---

# Fetch Refunds List

`GET /api/refund/{portone_order_ref}`

Get the Refund details for the transaction created on PortOne. The response body contains the amount left to be refunded and the array of all refunds performed.

## Path parameters

- `portone_order_ref` string, required

## Headers

- `X-Portone-Client-Key` string
- `Authorization` string

## Response `200`

Successful response

- object
  - `refundDetails` RefundContent[] — The array of Refund details
    - `refund_date` string — The date of the refund.
    - `refund_id` string — The unique reference of the refund request created by PortOne.
    - `psp_refund_id` string — The unique reference of the refund request created by PSP.
    - `amount` number, double — The amount of refund.
    - `currency` string — The currency of the refund/ transaction.
    - `refund_status` string — The status of the refund. Refer PortOne docs for additional details.
    - `refund_type` string — The type of the refund. Either partial/full. Refer PortOne docs for additional details.
    - `refund_reason` string — The reason of the refund request.
  - `amountToRefund` number, double — The amount remaining to refund

## Other responses

- `400` — Failure response
- `401` — Failure response

---

[API](https://skmtc.dev/portone/apis/payment-apis.md) · [All operations](https://skmtc.dev/portone/apis/payment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/portone/payment-apis/revisions/f3ccea652555/schema)
