---
title: "Update a plan price"
method: PATCH
path: "/api/plans/{id}/prices/{priceId}"
tags: ["Plans"]
---

# Update a plan price

`PATCH /api/plans/{id}/prices/{priceId}`

Change the amount for an existing price on a plan.

## Path parameters

- `id` string, required
- `priceId` string, required

## Response `200`

Price updated

- PlanPriceResponse
  - `id` string, required
  - `planId` string, required
  - `currency` string, required
  - `amount` string, required — Decimal amount as string
  - `isActive` boolean, required
  - `createdAt` string, required
  - `updatedAt` string, required

## Other responses

- `404` — Plan or price not found

---

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