---
title: "List all Refunds"
method: GET
path: "/collections/refund?"
---

# List all Refunds

`GET /collections/refund?`

This API lets you view all refunds associated with your business

## Query parameters

- `business` string

## Response `200`

200

- object
  - `success` boolean
  - `message` string
  - `data` object
    - `results` object[]
      - `id` integer
      - `collectionReference` string
      - `reference` string
      - `currency` string
      - `amountRefunded` string
      - `refundType` string
      - `payeeAccountNumber` string
      - `collectionAmountReceived` string
      - `collectionVarianceType` string
      - `refundStatus` string
      - `completedAt` string
      - `initiatedAt` string
    - `total` integer

## Other responses

- `400` — 400

---

[API](https://skmtc.net/fincra/apis/awesome-new-api.md) · [All operations](https://skmtc.net/fincra/apis/awesome-new-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fincra/awesome-new-api/revisions/c8215c27b460/schema)
