You would like to export only paid orders. To do so you would configure Before Action hook that checks whats order financial status and if its different than paid
, it would just skip exporting order. This logic implemented with Liquid would look like this: