---
title: "Change the Stripe subscription price"
method: POST
path: "/zephr/payment/stripe/subscriptions/{externalId}/change-previews"
---

# Change the Stripe subscription price

`POST /zephr/payment/stripe/subscriptions/{externalId}/change-previews`

Generates a new preview of the price that Stripe will charge the customer if they create a new subscription for the specified plan.
Note: This method does not create any entities in Stripe and does not result in any payments being made.

## Path parameters

- `externalId` string, required

## Request body

- object
  - `plan_id` string

## Response `200`

OK

- object
  - `total` number — The total amount the user will be initially charged for the subscription in the relevant currency's lowest denomination (e.g. pence), i.e. for a monthly subscription, the first month's cost.
  - `sub_total` number — The total amount minus tax for the initial charge in the relevant currency's lowest denomination (e.g. pence).

## Other responses

- `400` — Bad Request

---

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