---
title: "Retrieves the collection of Refund resources."
method: GET
path: "/refunds"
tags: ["Refund"]
---

# Retrieves the collection of Refund resources.

`GET /refunds`

Retrieves the collection of Refund resources.

## Query parameters

- `page` integer
- `itemsPerPage` integer

## Response `200`

Refund collection

- Refund[]
  - `id` string
  - `integration` string — The key of the integration source e.g. "quickbooks", or "xero"
  - `accountId` string
  - `currency` string, nullable — Currency the refund was made in
  - `paymentRef` string, nullable — Transaction number that appears on email receipts sent for this refund
  - `txnDate` string, nullable — The date and time the refund was created
  - `totalAmount` integer — Total amount refunded
  - `balance` integer, nullable
  - `customerId` string, nullable
  - `created` string, date-time, nullable — The date and time the refund was created
  - `modified` string, date-time, nullable
  - `srcId` string — Unique identifier for each refund
  - `reason` string, nullable — Reason for refund
  - `status` string, nullable — Status of refund e.g. "pending" e.g. "succeeded" e.g. "failed"

---

[API](https://skmtc.net/bossinsights/apis/boss-insights.md) · [All operations](https://skmtc.net/bossinsights/apis/boss-insights/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bossinsights/boss-insights/versions/d08a107895ad/schema)
