alexa-monzo icon indicating copy to clipboard operation
alexa-monzo copied to clipboard

GetTransactions method limited to 100 transactions

Open Geit opened this issue 9 years ago • 0 comments

The Monzo API only returns the last 100 transactions by default. When we're checking spending history we only get transactions from that default response, which may not be representative of someone's full spending history.

If there are >100 transactions in a time period we should iterate over the API method till we're sure we've got all transactions for the time period.

Geit avatar Oct 17 '16 15:10 Geit