#Vasil

1 messages · Page 1 of 1 (latest)

quasi locustBOT
spring sparrow
#

hi, that would be invoice.paid

analog oracle
#

what if I have subscription without payments ($0/mo)? does it work for it?

spring sparrow
#

yep

#

note it has to be invoice.paid, not invoice.payment_succeeded (that's the difference between those two events, the latter only fires for actual payments, not $0 invoices, so you always want invoice.paid)

analog oracle
#

and when user changes subscription plan - both events will be fired right?
invoice.paid + customer.subscription.updated

spring sparrow
#

it would depend how they change the plan. If they change the plan and you use proration_behavior:always_invoice then there might be an invoice.paid event associated with a change yes

#

so it really depends

analog oracle
#

is that = invoice immediately option (configured in customer portal)?

minor leaf
#

Hey! Taking over for my colleague. Let me catch up.

analog oracle
#

one more question: what if user downgrades immediately from let say $10/mo to $5/mo plan - will invoice.paid fired in this case?

minor leaf
minor leaf
analog oracle
#

good, thank you