Gregory GoijaertsProdigy
Looking at the API it seems I have to send the request-inquiry and request-response LIST request for every monetary account the user has.
When a user has 10+ account and I want to check if any new requests were sent I have to send 10 requests to check them all. And keeping them up-to-date by polling every X minutes means I have to do it over and over again which is adds extra difficulties with the current rate-limit.
I'd like to add that I'm working on a desktop client so using the notification_filters for the monetary accounts isn't possible right now.
Is there an easier or better way to get all the request inquiries and responses for a user? It would be amazing if I could simply send a single request for the request-inquiries and one for the request-responses.