---
title: "Changes to Adjust a user's credit balance"
method: POST
path: "/users/{user_id}/billing/credits"
---

# Changes to Adjust a user's credit balance

`POST /users/{user_id}/billing/credits`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 1 of 15 revisions.

- **2026-07-01** `f0c015786489` — 2 breaking, 4 info

## Changes

- **2026-07-01** `f0c015786489` — 2 breaking, 4 info
  - the `amount` response's property type/format changed from `integer`/`int64` to `object`/`` for status `200`
  - removed the required property `currency` from the response with the `200` status
  - added the required property `amount/amount` to the response with the `200` status
  - added the required property `amount/amount_formatted` to the response with the `200` status
  - added the required property `amount/currency` to the response with the `200` status
  - added the required property `amount/currency_symbol` to the response with the `200` status

---

[Operation](https://skmtc.dev/clerk/apis/clerk-backend-api/docs/users/:user_id/billing/credits/post.md) · [API](https://skmtc.dev/clerk/apis/clerk-backend-api.md) · [Page](https://skmtc.dev/clerk/apis/clerk-backend-api/changes/users/:user_id/billing/credits/post)
