I have an external list of stripe charges.
I filter this list with query customer = logged in user stripe id.
I have an icon with API that process refund of the charge.
I would like all charges that have already been refunded to not display in this list.
I have tried a few ghings but it does not work.