Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cancelling/Renewing Subscriptions #10

Open
kamikaz1k opened this issue Jan 17, 2025 · 2 comments
Open

Cancelling/Renewing Subscriptions #10

kamikaz1k opened this issue Jan 17, 2025 · 2 comments

Comments

@kamikaz1k
Copy link

Hi, please let me know if there's a format I should be following, thanks for putting up this repo!

I am trying to figure out how to pause and resume subscriptions. Apparently cancelling a subscription means its dead for good. So what's a good pattern for pausing a sub, and resuming it. Does it interference with the "limit customer to one subscription" setting?

@codinsonn
Copy link

codinsonn commented Jan 26, 2025

Looking for a similar pattern to enable "Lifetime access + 1 year of updates", where:

  • You start the subscription once paid
  • Immediately after granting access / seats / ... pause the subscription
  • Send the user an email after a year that they can re-subscribe for another year of updates

Haven't figured it out myself, but I suspect an answer to this question will also help answer mine

@raitono
Copy link

raitono commented Feb 1, 2025

@kamikaz1k Perhaps this helps?
https://docs.stripe.com/billing/subscriptions/pause-payment

@codinsonn It sounds like you may need 2 separate products, one for the access and one for the updates.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants