• Developers
  • Fetch all request inquiries/responses

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.

    Good Morning! 🌞

    This topic here might interesting for you and help answer some of your questions: https://together.bunq.com/topic/api-wishes

    For the updates regarding new requests and/or updates regarding a certain request you can use callback notification which is explained here: https://doc.bunq.com/api/1/page/callbacks

    Let us know if this helps! 👍

      Write a Reply...