---
title: "Add credit note"
method: PATCH
path: "/bookings/{code}/add_credit_note"
tags: ["Booking Management Endpoints"]
---

# Add credit note

`PATCH /bookings/{code}/add_credit_note`

Apply a manual credit note to a booking (cash, card, or other payment).

## Path parameters

- `code` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `price` integer, required — Amount in minor currency units (pence/cents). Must be an integer.
  - `description` string
  - `manual_type` 'cash' | 'card' | 'other'

## Response `200`

Credit note added

- StatusResponse
  - `status` 'ok' | 'error'
  - `message` string

## Changes

- **2026-03-25** (v2) `71bc3de607c7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/changes/bookings/:code/add_credit_note/patch.md)

---

[API](https://skmtc.dev/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.dev/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/revisions/71bc3de607c7/schema)
