---
title: "Retrieve platform fee refund(s)"
method: GET
path: "/platform-fees/{platformFeeId}/refunds"
tags: ["Platform Fees"]
---

# Retrieve platform fee refund(s)

`GET /platform-fees/{platformFeeId}/refunds`

This is used to fetch a platform fee refunds by their platformFeeId

## Path parameters

- `platformFeeId` string, required

## Response `200`

Successfully retrieved the platform fee refunds

- PlatformFeeRefundsResponse
  - `items` PlatformFeeRefund[]
    - `id` string — The unique identifier for the platform fee refund
    - `platformFeeId` string — The unique platformFeeId that this refund relates to
    - `amount` integer — The amount of the platform fee refund in minor digits
    - `currency` string — The ISO currency code
    - `reason` string — The reason for the platform fee refund
    - `status` 'Pending' | 'Failed' | 'Succeeded'
    - `createdTimestamp` integer — The epoch timestamp (seconds) when the platform fee refund was created
    - `lastUpdatedTimestamp` integer — The epoch timestamp (seconds) when the platform fee refund was last updated

## Other responses

- `500` — An unexpected error occurred when executing this request

---

[API](https://skmtc.net/ryftpay/apis/ryft-payment-api.md) · [All operations](https://skmtc.net/ryftpay/apis/ryft-payment-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ryftpay/ryft-payment-api/revisions/778890ee7e72/schema)
