---
title: "Create a draft credit note"
method: POST
path: "/v1/credit-notes"
tags: ["Credit Notes"]
---

# Create a draft credit note

`POST /v1/credit-notes`

Create a credit note in DRAFT status against an existing invoice. The credit
note is not applied to the invoice until you call POST /credit-notes/:id/issue.

Required for refunds, corrections, and post-issuance adjustments — especially
in EU/LATAM jurisdictions where simply voiding an invoice is not legally
sufficient.

Validates that:
- the invoice exists and belongs to the business
- the invoice is not in DRAFT or VOIDED status
- the credit note total does not exceed the remaining invoice value

## Response `200`

Default Response

---

[API](https://skmtc.net/usedrip/apis/drip-api.md) · [All operations](https://skmtc.net/usedrip/apis/drip-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usedrip/drip-api/revisions/2cb1567969ca/schema)
