---
title: "Apply credit memo"
method: POST
path: "/v3/credit-memos/{id}/applications"
tags: ["Credit Memos"]
---

# Apply credit memo

`POST /v3/credit-memos/{id}/applications`

## Path parameters

- `id` string, required

## Request body

- ApplyCreditMemoRequestDto
  - `invoiceId` string, required — Invoice ID
  - `amount` number — Amount to apply. Required for all integrations except Rillet; Rillet does not support partial credit memo applications.

## Response `201`

Credit memo application created successfully

## Other responses

- `400` — Bad request - Invalid input data
- `404` — Not found - Credit memo or invoice not found
- `500` — Internal server error - Failed to apply credit memo

---

[API](https://skmtc.net/tabsplatform/apis/tabs-external-api.md) · [All operations](https://skmtc.net/tabsplatform/apis/tabs-external-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tabsplatform/tabs-external-api/revisions/7e8885517814/schema)
