Help filter external collection

Hi

Anyone who knows how to solve my issue.

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.

Can you help?

I don’t believe it’s possible to hide refunded charges since the API doesn’t have a query parameter for a charge’s status.

Found the solution it is actually possible.

There si a « refunded ? » query parameters you can list by « refunded = false »
Then only charges that have not been refunded appears.

Thank you tho !

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.