---
title: "Update Billing Preferences"
method: PUT
path: "/billing/preferences"
tags: ["Billing", "billing"]
---

# Update Billing Preferences

`PUT /billing/preferences`

Update billing preferences for the customer.

Admin only endpoint.

## Request body

- UpdateBillingPreferencesRequest — Request to update billing preferences.
  - `set_first_payment_today` boolean, required — Override payment date to today if enabled

## Response `200`

Successful Response

- BillingPreferencesResponse — Response with billing preferences.
  - `set_first_payment_today` boolean, required — Override payment date to today if enabled

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/4a81645b59f6/schema)
