Laravel Cashier: trial info not in Stripe #34448
-
When using Laravel Cashier I'm giving users a free "generic trial" in a registration endpoint. I create a user and set the Here is a simplified version of what I have:
At this point, It looks like Stripe isn't aware of users going on a generic trial like this, which ends up being an issue when you want to handle the trial ending via the Edit: I've also tried using I'm using Laravel 7 and Cashier 12.2. Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Yes, that is the expected heaviour. Stripe only counts trials on a specific plan. |
Beta Was this translation helpful? Give feedback.
-
Afaik Stripe doesn't has a concept of generic trialing. |
Beta Was this translation helpful? Give feedback.
-
Thanks for the replies! Cheers |
Beta Was this translation helpful? Give feedback.
Yes, that is the expected heaviour. Stripe only counts trials on a specific plan.