I'm looking to build a web app that aggregates overview of sales for the past day, week, month for several merchants. I've immersed myself in various questions here and the docs and my demo merchant account. I have various questions...
An "overview of sales" for a given timeframe cannot be pulled from the API (eg. like a report), correct?
If I'm right on #1, I'll have to use payments ( GET /v3/merchants/{mId}/payments ) to get this info. I specifically want to extract the info under Payments -> Summary heading, "Gross Online Payments" and "Gross Offline Payments" – Net $. Correct?
If I'm correct on #1 and #2, I can use the createdTime query to select a time range? Or, this API call will return all payments and I can filter based on createdTime? The former sounds more efficient, but I don't seem to be able to do that in my limited testing.
Is there any way to load a bunch of test data into my demo Merchant account so I can test this?
I sent an e-mail to appmarketbusiness@clover.com with a few questions. I haven't heard back in 3 days, I'm assuming it's best to ask any questions here given what I've seen here so far.