#maxx-subscription-events
1 messages · Page 1 of 1 (latest)
ok thank you. What about if someone fails to pay? payment_intent.failed
invoice.payment_failed
the latter yes
so to sum up subscriptions repetative payments wont create a payment_intent at all
so we will just follow the invoice calls
I never said that
An Invoice creates a PaymentIntent. You just asked which Events to listen to, you should listen to the invoice.* ones
got you.
currently i am listening to
invoice.paid
invoice_payment_failed
customer.subscription.created
customer.subscription.updated
customer.subscription.cancelled
customer.subscription.trial_will_end
Do you think that would be all for a basic SaaS. Please note we are planning to add a free trial without collecting the card details
customer.subscription.cancelled doesn't exist at all right?
Sorry it's hard to say if those are not the real Event types and you typed them from your head
but overall yes those are correct
yea. sorry the real one was customer.subscription.deleted
but than kyou for the feedback
great help
Sure thing! Anything else I can help with?