v1
latestOpenAPI 3.0.02026-08-0610682246.0 KBStripe Payments
Start the Stripe subscription (Deprecated)
(Deprecated - use /zephr/subscribe) 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.
post/blaize/payment/stripe/subscribe
Request body
Example request
{
"product_id": "premium-access-monthly-recurring",
"payment_method": "pm_123456789"
}Response
OK