#jahirjje-subs-laravel
1 messages · Page 1 of 1 (latest)
Hello! I don't know a ton about laravel cashier, but the way to do this with Stripe would be with Subscription Schedules (that allow you to schedule subscription updates at specific times). It doesn't seem like laravel cashier supports schedules (https://github.com/laravel/cashier-stripe/issues/693) so the only way to do it would be to wait and apply the update until the end of the period
I see, cashier does not have the functionality, I will take a look to do it with stripe, thank you very much