#jahirjje-subs-laravel

1 messages · Page 1 of 1 (latest)

tough skiff
#

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

GitHub

Stripe has a subscription schedule feature which allows to charge a user for a predefined time frame. This is something that fits into booking systems, product rental or online education where user...

quartz pollen
#

I see, cashier does not have the functionality, I will take a look to do it with stripe, thank you very much