#alexis_subscription-events
1 messages ยท Page 1 of 1 (latest)
๐ 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/1220738252256968806
๐ Have more to share? Add more details, code, screenshots, videos, etc. below.
Hi there ๐ sounds you like may be looking for customer.subscription.updated Events, which are triggered whenever a Subscription is updated, including changes to its status.
https://docs.stripe.com/api/events/types#event_types-customer.subscription.updated
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
alexis_subscription-events
More information regarding different Events that can be useful to listen for a Subscription integration can be found here:
https://docs.stripe.com/billing/subscriptions/webhooks
what are the different status it can have ? Other than 'active', and what they mean ?
You can find a list of possible values for the status field in our API reference, where we document the structure of a Subscription object:
https://docs.stripe.com/api/subscriptions/object#subscription_object-status
Complete reference documentation for the Stripe API. Includes code snippets and examples for our Python, Java, PHP, Node.js, Go, Ruby, and .NET libraries.
Ok thank you, I have all I need, you can close this thread. Have a nice day !