Stripe.ListEvents api no longer properly reports if an invoice.payment_succeeded event has been properly processed
It can tell if an invoice.payment_succeeded
has been processed by searching the contribution table for a record in which the trxn_id matches the charge id from Stripe.
However, recently we've started storing the Stripe invoice id in the trxn_id field so this check is failing.