#Masud
1 messages · Page 1 of 1 (latest)
Hey, trying to see if these webhooks executes soon as an invoice method happens
No, talking about the trialing through unapid webhooks
But that status will show up in the customer.subscription.updated webhook
Which fires any time anything on the Subscription object changes
So that is what you want
this
Yep
Got it, so if i want to make a webhook to know whenever a subscription becomes unpaid or paid or inactive or cancelled (everything on that list for my screenshot) i can just use this one webhook?
Yep
great, now i don't have to create a webhook for every single that happens with a subscriptino. thanks!