---
title: "Update agency billing"
method: PUT
path: "/agency/billing/options"
tags: ["Billing"]
---

# Update agency billing

`PUT /agency/billing/options`

## Request body

- UpdateBillingConfigInput
  - `overBillingEnabled` boolean, nullable
  - `autoRefillEnabled` boolean, nullable
  - `topUpAmount` integer, nullable
  - `refillThreshold` integer, nullable

## Response `200`

Success

- BillingOptionsDto
  - `overBillingEnabled` boolean
  - `usageBillingEnabled` boolean
  - `autoRefillEnabled` boolean
  - `topUpAmount` integer
  - `refillThreshold` integer
  - `currency` string, nullable

---

[API](https://skmtc.net/closebot/apis/closebot-api.md) · [All operations](https://skmtc.net/closebot/apis/closebot-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/closebot/closebot-api/versions/da5f5fb58534/schema)
