---
title: "Get credit memo balance"
method: GET
path: "/creditmemos/{creditMemoNumber}/balance"
tags: ["Credit Memo"]
---

# Get credit memo balance

`GET /creditmemos/{creditMemoNumber}/balance`

Gets the balance of the specified credit memo

## Path parameters

- `creditMemoNumber` string, required

## Response `200`

successful operation

- CreditMemoBalanceJson
  - `accountId` string
  - `creditMemoId` string, uuid
  - `balance` number
  - `updatedOn` integer

---

[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/revisions/c30f5b9fbfab/schema)
