#Jacob-webhook-subs

1 messages ยท Page 1 of 1 (latest)

hybrid mason
#

You can check invoice.payment_failed to know when an invoice hasn't been paid and customer.subscription.deleted to be notified when a sub has been canceled

fossil portal
#

Appreciate the very fast reply

hybrid mason
fossil portal
#

I have a SaaS and had a few customers of the initial version and one cancelled their subscription and it continued, hah

#

I was updating them by just getting the subscriptions in a background process and updating them (as a fallback), but I didn't realize the subscriptions endpoint does not include cancelled endpoints

hybrid mason
#

Are you possibly on an older API version? The subscriptions endpoint should return cancelled subs on newer API versions