---
title: "Create a credit adjustment"
method: POST
path: "/v3/openmeter/customers/{customerId}/credits/adjustments"
tags: ["OpenMeter Customers"]
---

# Create a credit adjustment

`POST /v3/openmeter/customers/{customerId}/credits/adjustments`

**Pre-release Endpoint**
This endpoint is currently in beta and is subject to change.

A credit adjustment can be used to make manual adjustments to a customer's
credit balance.

Supported use-cases:

- Usage correction

## Path parameters

- `customerId` string, required — ULID (Universally Unique Lexicographically Sortable Identifier).

## Request body

- CreateCreditAdjustmentRequest — CreditAdjustment create request.
  - `name` string, required — Display name of the resource. Between 1 and 256 characters.
  - `description` string — Optional description of the resource. Maximum 1024 characters.
  - `labels` Labels — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".
  - `currency` string, required — The currency of the granted credits.
  - `amount` string, required — Granted credit amount.

## Response `201`

CreditAdjustment created response.

- BillingCreditAdjustment — A credit adjustment can be used to make manual adjustments to a customer's credit balance. Supported use-cases: - Usage correction
  - `name` string, required — Display name of the resource. Between 1 and 256 characters.
  - `description` string — Optional description of the resource. Maximum 1024 characters.
  - `labels` Labels — Labels store metadata of an entity that can be used for filtering an entity list or for searching across entity types. Keys must be of length 1-63 characters, and cannot start with "kong", "konnect", "mesh", "kic", or "_".

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/revisions/0aee8d012787/schema)
