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

mstdmstd's avatar

Defining events in stripe for Laravel Cashier

Hello, In my Laravel 5.8 app using Laravel Cashier I make subscription to Stripe Products and I want to create hooks for some events

Here https://laravel.com/docs/5.8/billing#handling-stripe-webhooks I found only some events I not I need

I need to create hooks for next events :

  1. user made payment(checkout or subscription)
  2. User created subscription
  3. User's subscription will expire in 3,2,1 day.

In stripe dashboard I added hook with some callback url and events: https://prnt.sc/pmwatm

But looks like that is not all I need. Which events have I to use? Please privide link to events and how Laravel Cashier can be used with it ?

Thanks!

0 likes
0 replies

Please or to participate in this conversation.