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

successdav's avatar

Subscripe a user and unscribe the user in 3 months with stripe

I am building an app where a user can subscribe to a training plan that wil last only for a certain months, after that the deal is off. no resubscribing or rebilling the user...

In this case do I use a one off purchase with stripe or use a plan..

I am kinda confuse because I will want stripe to record when the user subscribe for the lesson and to unscribe the user when the duration is reached.

0 likes
1 reply
D9705996's avatar
D9705996
Best Answer
Level 51

I guess it depends in how you charge the customer. If you charge the monthly for 3 months then you need setup a subscription. You could then setup a daily scheduled task to check for any subscribed users who signed up 3 months ago and cancel their subscription.

If its a one off payment, just charge them and your done

Please or to participate in this conversation.