---
title: "Changes to GET /api/payments/refunds"
method: GET
path: "/api/payments/refunds"
---

# Changes to GET /api/payments/refunds

`GET /api/payments/refunds`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 2 of 14 revisions.

- **2026-08-20** `a93e4f4a1119` — 4 breaking, 4 warning, 2 info
- **2026-08-11** `bafd26ef1fbe` — 1 warning

## Changes

- **2026-08-20** `a93e4f4a1119` — 4 breaking, 4 warning, 2 info
  - the `query` request parameter `skip` became required
  - the `query` request parameter `top` became required
  - for the `query` request parameter `skip`, the type/format was changed from `number`/`float` to `integer`/``
  - for the `query` request parameter `top`, the type/format was changed from `number`/`float` to `integer`/``
  - for the `query` request parameter `skip`, the max was set to `9007199254740991.00`
  - for the `query` request parameter `top`, the max was set to `1000.00`
  - for the `query` request parameter `skip`, the min was set to `0.00`
  - for the `query` request parameter `top`, the min was set to `1.00`
  - added the new optional `query` request parameter `paymentId`
  - added the new optional `query` request parameter `transactionId`
- **2026-08-11** `bafd26ef1fbe` — 1 warning
  - added the new `MWK` enum value to the `docs/items/currency` response property for the response status `200`

---

[Operation](https://skmtc.dev/vivenu/apis/vivenu-api/docs/api/payments/refunds/get.md) · [API](https://skmtc.dev/vivenu/apis/vivenu-api.md) · [Page](https://skmtc.dev/vivenu/apis/vivenu-api/changes/api/payments/refunds/get)
