#rasparac-invoice-events

1 messages · Page 1 of 1 (latest)

hexed remnant
#

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.

uncut rain
#

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?

hexed remnant
#

Yup.

uncut rain
#

Thanks Toby!