What about recurring payment? I suppose stripe have possibility to do this, but what we should do on backend side? Example: I bought your courses recurring and after every month my account will be charged. Should we create some cron job that will check end of the access to premium courses and trigger some action? Or maybe stripe will do it for us?
What about recurring payment? I suppose stripe have possibility to do this, but what we should do on backend side? Example: I bought your courses recurring and after every month my account will be charged. Should we create some cron job that will check end of the access to premium courses and trigger some action? Or maybe stripe will do it for us?
For that, I would use Laravel Spark. In fact, I'm using Laravel Spark myself here on LaravelDaily.
But If it wasn't have a 'spark' and you have only payment gateway, what approach will you use to do this job?