bunqCommunity / bunqDesktop

The unofficial, free and open source desktop application for the bunq API
https://bunqdesk.top
MIT License
272 stars 53 forks source link

Transactions missing #103

Closed KoenWijnstok closed 6 years ago

KoenWijnstok commented 6 years ago

I have just installed BunqDesktop and I notice a lot of missing transactions. Most of the recent transactions (as in <3 weeks) are correct, but when I go back in time there are more and more transactions missing. I do see them in the normal bunq app by the way.

It gets worse that when I go a couple of months back in time there are hardly any transactions left. I have attached 2 screenshots, one from my phone and the other one from BunqDesktop. In both screenshots are the transactions listed from December 1st. Desktop contains 1 transaction while I have had 8 transactions in reality.

On the screenshot of BunqDesktop you see the top transaction from de Efteling. In the bunq app there are 10 transactions between de Efteling and the Jumbo.

desktop screenshot_20180109-204455

KoenWijnstok commented 6 years ago

I have checked 2 different installations of BunqDesktop and both have this. These also have 2 different API keys.

What I find strange is that it's not just 1 type of payment which is missing. It's a card payment, direct debit, bunq "invoice of €0" and some regular scheduled payments. Only the card payment is shown.

On Tue, Jan 9, 2018 at 10:10 PM, immeëmosol notifications@github.com wrote:

Could it be something with the results of the api itself (instead of something with the app)?

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/BunqCommunity/BunqDesktop/issues/103#issuecomment-356415080, or mute the thread https://github.com/notifications/unsubscribe-auth/ADNybAJ5evI9UuHxPb6hEPtlSRK2BZPgks5tI9XIgaJpZM4RYW3D .

Crecket commented 6 years ago

Currently the app fetches 50 items from the different endpoints. So 50 bunq.me request, 50 credit card payments and so on. But because you tend to do more payments you might see a really old request from months ago, whereas the payments only go back a few weeks.

I'll make sure to prioritize the issue for pagination because I just realized how confusing this behavior is for users. Thanks for taking to time to report the bug so thoroughly btw!

You can track the progress on that issue here: #3