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.
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