#maxx-subscription-events

1 messages · Page 1 of 1 (latest)

velvet troutBOT
sharp mirage
#

maxx-subscription-events

#

None of those: listen to invoice.paid I would say

graceful elbow
#

ok thank you. What about if someone fails to pay? payment_intent.failed

#

invoice.payment_failed

sharp mirage
#

the latter yes

graceful elbow
#

so to sum up subscriptions repetative payments wont create a payment_intent at all

#

so we will just follow the invoice calls

sharp mirage
#

I never said that

#

An Invoice creates a PaymentIntent. You just asked which Events to listen to, you should listen to the invoice.* ones

graceful elbow
#

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

sharp mirage
#

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

graceful elbow
#

yea. sorry the real one was customer.subscription.deleted

#

but than kyou for the feedback

#

great help

sharp mirage
#

Sure thing! Anything else I can help with?