---
title: "Credit to customer balance"
method: POST
path: "/bookings/{code}/credit_balances"
tags: ["Booking Endpoints"]
---

# Credit to customer balance

`POST /bookings/{code}/credit_balances`

Credit the booking amount to the customer's balance.

## Path parameters

- `code` string, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `credit_amount` integer
  - `send_email` boolean

## Response `200`

Booking credited

- 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)
