#an.denis.83 - checkout subscription

1 messages · Page 1 of 1 (latest)

deft fjord
#

What do you mean by "limit" exactly? Can you explain more about what you're trying to do?

hexed snow
#

something like every week by 2 month

#

or how customer could cancel self subscription

deft fjord
hexed snow
#

The customer create subscription on 2 month for every week

deft fjord
# hexed snow or how customer could cancel self subscription

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

Learn how to integrate the customer portal.