Laravel 11 Cashier (Stripe) - How to check for new subscriptions / re-subscriptions
In Laravel 11 when using the Cashier for Stripe, I need to get a total number of subscriptions that were created 1 day ago, divided into two groups:
Users who never had any subscription, but subscribed now
Users who had a subscription in the past, but re-subscribed
This should count with people who only might have been on a trial / never completed a payment for their first subscription that might be stored in a database.
@vincent15000 I do, but is it that simple? What if user had before tried to subscribed, but never finished the payment. Then he will have a subscription row with incomplete_expired / incomplete status no? And what about other situations