API Return all orders that are OPEN and PAID for

Via the API, I want to get all OPEN (e.g. orders->status == “OPEN”) with successful tenders (e.g. paid for, i.e. order->tenders[0]->card_details->status == “CAPTURED”).

This should be equal to the POS display of all “active/upcoming” orders.

My earlier question:

Possible duplicate::