Hi,
I’m currently in the process integrating Monzo into my web app through the use of webhooks.
I would like to know if there is a way to configure the web hooks that I create to only dispatch for certain types of events. In my case, I would only like to receive payloads when an incoming faster payments transaction is settled in my account.
At the moment I receive the webhook payload for all kinds of transactions but I’d prefer to receive it only for incoming FPS transactions.
Thank!
Ed