#hnanon_subscription-webhooks

1 messages · Page 1 of 1 (latest)

tacit windBOT
#

👋 Welcome to your new thread!

⏲️ We'll be here soon! Typically we respond in a few minutes, but sometimes we might take a bit longer if the server is busy or if you have a particularly tricky question.

⏱️ We close idle threads, which makes them read-only. Once a thread is closed it won't be reopened, but you can always start a new thread if you have another question.

🔗 This thread will always be available, even after it's closed. You can find it again using Discord's search, or you can save this link: https://discord.com/channels/841573134531821608/1290449089485340704

📝 Have more to share? Add more details, code, screenshots, videos, etc. below.

finite kelp
#

hnanon_subscription-webhooks

#

https://docs.stripe.com/billing/subscriptions/webhooks
The customer.subscription.updated Event will be sent every time anything changes on that Subscription. So it will be sent if status changes but also if current_period_start changes or latest_invoice.
So the Event will be sent all the time and you will need to look at the event's content to see if status changed or not. There's no Event just for that

royal scaffold
#

I see.

#

How can I see what has changed?

#

I remember there was a way to see changes.

#

I’m looking at event data and nothing stands out.

royal scaffold
#

Awesome. Thank you so much. Ticket closed!