Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.

Coreation's avatar

Laravel Cashier - multiple products

Hi all,

I'm working on integrating automated payments for a product that has:

  • a flat fee
  • a dynamic (quantity based) fee.

So basically you can subscribe to the platform for a flat fee, then per user you add you pay say €5 per extra user.

Going by the examples in Stripe that seems to be very much possible by leveraging 2 products and making one a flat fee charge and the other quantity based. (https://stripe.com/docs/billing/subscriptions/examples => search for "Flat fee")

In Laravel Cashier, the only examples I find on that page https://laravel.com/docs/5.7/billing are single subscription to apparently 1 product? I'm not sure if I'm reading the documentation wrong or if multiple product subscriptions isn't supported by Laravel Cashier.

Kind regards

Jan

0 likes
0 replies

Please or to participate in this conversation.