When exporting orders through csv, using eCommerce–all sales reports—with the filter balance equals 0.
This is how we identify if an order was actually processed. I do not see a way to follow this same process with the fields available through API. I am hoping there is a separate field that i am just not aware of.
Any help on this would be greatly appreciated.
Under the REST API we use /orders?paid=true to determine if an order has it’s balance paid or not.
Under the XML-RPC API you could use the following command to get the list of ones that are paid: