#idruv-webhook
1 messages · Page 1 of 1 (latest)
Hi there, are you asking which webhook events you should listen to for subscription update?
no no
for a given subscription
how to know via webhook that this is the last schedule?
e.g. if a subscription schedule was made for 3 months, how can we know via webhook event that this is the last and final 3rd month and after that there will be no charge taken
Got it, I think you are interested in subscription_schedule.completed event https://stripe.com/docs/api/events/types#event_types-subscription_schedule.completed
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Yes it will be called if you register it in your webhook endpoint