#rasparac-invoice-events
1 messages · Page 1 of 1 (latest)
Hi there 👋 they are very similar. The different is that invoice.paid will also be triggered if an invoice is paid out-of-band, whereas invoice.payment_succeeded will only fire if a payment is processed and succeeds.
So in my case (wanna track succeeded subscription payments in local database) i should check for invoice.payment_succeeded?
invoice.paid can fire if i manually set invoice to paid?
Yup.
Thanks Toby!