Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GetTransactions method limited to 100 transactions #13

Open
Geit opened this issue Oct 17, 2016 · 0 comments
Open

GetTransactions method limited to 100 transactions #13

Geit opened this issue Oct 17, 2016 · 0 comments
Labels

Comments

@Geit
Copy link
Owner

Geit commented Oct 17, 2016

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 Geit added the bug label Oct 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant