Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

cjsoutham's avatar

When a plan expires, what happens to the user?

When a user cancels their plan, and the expiry dates passes - what happens to that user?

I don't have a free plan set up, so I'm guessing nothing happens by default within Spark unless I build the functionality to restrict the user to the system?

0 likes
2 replies
jekinney's avatar

That or use stripes webhooks which will notify your app for failed payments etc. a scheduler to set a user on a different plan.

But the middlewares are still required just incase.

Please or to participate in this conversation.