---
title: "Update billing settings"
method: POST
path: "/api/v1/subscription/settings"
tags: ["Billing"]
---

# Update billing settings

`POST /api/v1/subscription/settings`

## Request body

- object
  - `accessToken` string
  - `userId` string
  - `autoTopUpEnabled` boolean, required
  - `confirmation` 'UPDATE_BILLING_SETTINGS', required
  - `grantOffSessionConsent` boolean
  - `topUpAmountCents` number
  - `autoTopUpAmountCents` number

## Response `200`

Successful response. Stable response schemas are documented in workflow guides when available.

- unknown

## Other responses

- `400` — Invalid request.
- `401` — Missing or invalid authentication.
- `500` — Unexpected server error.

## Changes

- **2026-07-30** `eecbb0640ea8` — 1 breaking
  - added the new required request property `confirmation`
- **2026-07-27** `ffc8518a10ee` — 1 warning
  - removed the request property `confirmation`
- **2026-07-25** `cfa601be9fa3` — 1 breaking
  - added the new required request property `confirmation`

[Change history](https://skmtc.dev/layernorm/apis/overlay-web-api/changes/api/v1/subscription/settings/post.md)

---

[API](https://skmtc.dev/layernorm/apis/overlay-web-api.md) · [All operations](https://skmtc.dev/layernorm/apis/overlay-web-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/layernorm/overlay-web-api/revisions/56d48bed154d/schema)
