---
title: "Start the Stripe subscription (Deprecated)"
method: POST
path: "/blaize/payment/stripe/subscribe"
tags: ["Stripe Payments"]
---

# Start the Stripe subscription (Deprecated)

`POST /blaize/payment/stripe/subscribe`

(Deprecated - use [/zephr/subscribe](#payments-start-subscription-post))
Uses the payment method info captured by the Stripe Elements UI to create a Stripe customer with a recurring payment.
When Stripe responds successfully, the logged-in user will be temporarily granted all entitlements in the product's associated bundle.

## Request body

- object
  - `product_id` string, required — Product Id/slug
  - `payment_method` string, required — Payment method from Stripe Elements UI.
  - `plan_id` string
  - `discount_code` string

## Response `200`

OK

- StripeStartResponseBody
  - `grant_id` string — New grant of product bundle to user
  - `clientSecret` string — reference to Stripe payment required to process payment in front end
  - `paymentIntentStatus` string — status of the payment which may require further action

---

[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)
