#Genezis

1 messages · Page 1 of 1 (latest)

clear bobcatBOT
upper compass
#

👋 Thanks for reaching out
1- You can monitor this event for that customer.subscription.updated, this event is sent whenever a subscription is changed
https://stripe.com/docs/billing/subscriptions/webhooks#events:~:text=Also sent whenever a subscription is changed.
2- when an invoice is paid you'll receive this event: invoice.paid
https://stripe.com/docs/billing/subscriptions/webhooks#events:~:text=Sent when the invoice is successfully paid
3- No, the event subscription.deleted is sent only when the subscription is deleted. After failing to pay an invoice, you 'll receive this event instead invoice.payment_failed
https://stripe.com/docs/billing/subscriptions/webhooks#payment-failures