SteinRookie
Hi all, I'm currently using the payments API to retrieve all payments. I want to do this every day, but I don't see an option with the python Bunq SDK to use pagination. As it only returns the list of payments and not the pagination object.
What parameter should I use to just retrieve payments from today? I tried "start_date": "2022-11-28 00:00:00.000000", but that didn't work.