#BenH
1 messages · Page 1 of 1 (latest)
Hey Soma, yea correct
Have you read this documentation page that covers all webhok events for subscripitons? https://stripe.com/docs/billing/subscriptions/webhooks
Yea I have, I just wasn't sure which one I needed to use in order to accurately fit my use cases
But to answer your questions:
- customer.subscription.created
- customer.subscription.updated
- invoice.paid
- customer.subscription.deleted
Thank you!
So to be clear, the .created event will be present when a cycle is renewed? i.e. a customer is already subscribed, and they get to month 2 of their cycle, the .created event will be present again?
So to be clear, the .created event will be present when a cycle is renewed?
No, only when the subscription is created. You asked four questions, I replied with one bullet point each. For the renewal it'sinvoice.paid.
ahh sorry my mistake, thank you Soma 🙂