#an.denis.83 - checkout subscription
1 messages · Page 1 of 1 (latest)
What do you mean by "limit" exactly? Can you explain more about what you're trying to do?
What does this mean?
The customer create subscription on 2 month for every week
You would need to implement cancelation support in your integration. You can handle this directly with the /cancel API:
https://stripe.com/docs/api/subscriptions/cancel
or you can use the Customer Port and enable the cancelation feature:
https://stripe.com/docs/billing/subscriptions/integrating-customer-portal