Is there any API to Merchant Services that can GET/read the Payment transactions that have occurred?

Hi-

I just successfully connected to RE-Nxt via API. Yay me!

Now, I am hoping to connect to Merchant Services, specifically to read the set of transactions (e.g. all transactions yesterday, all transactions last week, etc.). My goal is to automate the creation of an Excel workbook that I am currently updating manually each morning.

A quick read-over of the endpoints listed in the Payments API documentation don't seem to show what I am seeking, namely a GET for transactions to return a list that can be iterated for details. All I see is a GET for a known, specific transaction_id.

Any help/pointers? Thanks