#dan-webhook-event
1 messages · Page 1 of 1 (latest)
https://stripe.com/docs/billing/subscriptions/webhooks is likely the right place to start.
Really you should be looking at the Invoice specific event in this case and ignore the charge/payment_intent ones
got it, however I don't think there is anything distinguishing from a renewal in there no:?
https://stripe.com/docs/api/invoices/object#invoice_object-billing_reason on the Invoice would have subscription_creation or subscription_cycle for example
got it! thanks!