---
title: "Update credit balance"
method: PATCH
path: "/customers/{id}/credit_balance"
tags: ["Customer Endpoints"]
---

# Update credit balance

`PATCH /customers/{id}/credit_balance`

Adjust the customer's credit balance. Creates a credit movement record.

## Path parameters

- `id` integer, required

## Headers

- `Authorization` string, required

## Request body

- object
  - `customer` object
    - `credit_balance` integer — New credit balance in minor currency units

## Response `200`

Balance updated

- object
  - `id` integer
  - `credit_balance` integer

---

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