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

thomasttt's avatar

Canceling a particular subscription cashier

Hi all. I am trying to integrate stripe payment into a project I'm working on. I am using cashier with stripe. I have one plan that can have many subscriptions ( listings). My problem comes when I have to cancel a particular subscription. The only thing I see is $user->subscription('main')->cancel();. Is there any way I can cancel a subsctiption by its subscription id or should I be using the stripe API or Catalyst?

thanks in advance

0 likes
3 replies
Stelikas's avatar

Having the same problem, anyone got a solution?

Please or to participate in this conversation.