#matrix-subscription-events
1 messages · Page 1 of 1 (latest)
Hey! There are specific Subscription events that are likely useful: customer.subscription.created
customer.subscription.updated
customer.subscription.deleted
Well depends what you're trying to do!
ok. one question: is the invoice.paid triggered immediately the payment_intent.succeded?
Well payment_intent.succeeded would generally trigger invoice.paid, but we can't really guarantee event ordering: https://stripe.com/docs/webhooks/best-practices#event-ordering
ok