---
title: "Preview the Stripe subscription price"
method: POST
path: "/zephr/payment/stripe/create-subscription-previews"
tags: ["Stripe Payments"]
---

# Preview the Stripe subscription price

`POST /zephr/payment/stripe/create-subscription-previews`

Generates a preview of the total price and tax amount 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.

## Request body

- object
  - `product_id` string, required — The ID of the new Zephr product.
  - `plan_id` string, required — The new Stripe price plan ID.
  - `promo_code` string — The Stripe promo code that will be attached to the subscription.
  - `billing_country` string — The user's billing country, for tax calculation purposes.
  - `billing_post_code` string — The user's billing postal code, for tax calculation purposes.

## Response `200`

OK

## 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/revisions/0400dd83950b/schema)
