---
title: "Update Balance"
openapi: "openapi POST /v1/balances.update"
---
import { DynamicParamField } from "/components/dynamic-param-field.jsx";
import { DynamicResponseField } from "/components/dynamic-response-field.jsx";
import { DynamicResponseExample } from "/components/dynamic-response-example.jsx";
### Body Parameters
The ID of the customer.
The ID of the feature.
The ID of the entity for entity-scoped balances (e.g., per-seat limits).
Set the remaining balance to this exact value. Cannot be combined with add_to_balance.
Add this amount to the current balance. Use negative values to subtract. Cannot be combined with current_balance.
The usage amount to update. Cannot be combined with remaining or add_to_balance.
Target a specific balance by its reset interval. Use when the customer has multiple balances for the same feature with different reset intervals.
### Response