I'm quite perplexed by the fact that the payment endpoint doesn't support at least date filtering. If I want just the payments for a specific month that's a year ago, I have to paginate through all payments until I find the payments for that month.
I don't see how that's beneficial for the user or for Bunq, as I have to implement quite a bit more logic to achieve this, and I end up making far more requests than necessary.