Oct 22, 2019
0
Level 8
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 :
- user made payment(checkout or subscription)
- User created subscription
- 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!
Please or to participate in this conversation.