---
title: "Change a Subscription's Plan"
method: PUT
path: "/v1/subscriptions/{plan_id}/plan"
---

# Change a Subscription's Plan

`PUT /v1/subscriptions/{plan_id}/plan`

Use secret API key to change the Subscription's Plan.

## Path parameters

- `plan_id` string, required

## Request body

- object
  - `data` object
    - `attributes` object
      - `plan_id` string, required — ID of the new Plan that the customer selected.

## Response `200`

200

- object

## Other responses

- `400` — 400

---

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