---
title: "Create credit note"
method: POST
path: "/bookings/{code}/credit_notes"
tags: ["Booking Endpoints"]
---

# Create credit note

`POST /bookings/{code}/credit_notes`

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 created

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

---

[API](https://skmtc.net/jammed-org/apis/jammed-bookings-api.md) · [All operations](https://skmtc.net/jammed-org/apis/jammed-bookings-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/jammed-org/jammed-bookings-api/versions/3fc6a6f91b06/schema)
