#an.denis.83-checkout-subscription
1 messages · Page 1 of 1 (latest)
Hi 👋 I'm not sure I understand the scenario you're trying to set up, could you try clarifying?
i am try to use checkout/sessions
and i set mode to subscription
recurring->interval set to week
but i don't understand how to set up limit of subscription
Gotcha, thank you for that clarification (and apologies for the delay).
Stripe subscriptions are built in such a way that they don't inherently have an end. The are ended by either canceling them, setting them to cancel in the future, or by attaching a Subscription Schedule to them to drive future changes. These are all more advanced approaches and are not supported by Checkout currently.