#HeyHey-subscription-update-event

1 messages · Page 1 of 1 (latest)

quiet pumice
#

These events are sent whenever a subcription has changed - you can see what specifically has been updated by looking under previous_attributes. In this case, current_period_end, current_period_start, and latest_invoice were updated

spiral badge
#

Alright, is it safe to jjust listen to invoice.payment_succeeded instead of invoice.paid and invoice.finalized

quiet pumice
#

I'd recommend invoice.paid over invoice.payment_succeeded since invoice.paid will also cover whenever you mark an invoice as paid out of band

spiral badge
quiet pumice