#Ale_
1 messages · Page 1 of 1 (latest)
I believe the difference is that invoice.paid will fire when the whole invoice is paid, whereas invoice.payment_succeeded will fire for any payment succeeds. Invoices can have multiple payments in some specific cases (e.g. partial payments), so I think that's what accounts for the 2 events.
Oh okay, so that invoice_payment_succeeded does not mean the full invoice is paid
and for invoices with a unique payment could mean the same
Correct