---
title: "Get refunds"
method: GET
path: "/refunds"
tags: ["Refunds"]
---

# Get refunds

`GET /refunds`

Get all refunds for the specified account, OR if a credit memo number is specified in addition to the account id, get the details of only that.

## Query parameters

- `accountId` string, required
- `creditMemoNumber` string

## Response `200`

successful operation

- RefundDetail[]
  - `id` string, required
  - `refundId` string, required
  - `referenceId` string
  - `creditMemoNumber` string, required
  - `amount` number
  - `refundDate` integer, required
  - `paymentId` string, required
  - `paymentMethodType` string
  - `createdBy` string
  - `notes` string
  - `currency` string, required
  - `createdOn` integer
  - `updatedOn` integer
  - `eventObjectId` string

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
