KeesChamp
A while ago I built something with your api to transfer 1 euro from my Savings account to my Gadget fund for every kilometer that I run. It's working fine, but because of the very broad permissions of the api, it isn't a nice feeling knowing that if someone would get ahold of my api credentials, my entire account could be plundered.
So when I saw that you are now offering OAuth, I got really excited. Especially because of these reduced permissions that you are offering there:
- Read only access to the Monetary Accounts.
- Read access to Payments & Transactions.
- Create new Payments, but only between Monetary Accounts belonging to the same user. (me: Yay!)
- Create new Draft-Payments.
- Change the primary monetary to which a Card is linked to.
- Read only access to Request-Inquiries and Request-Responses.
I would have loved to grant myself access through OAuth so I could make my script safer. But when I tried to scan the QR code to accept the OAuth request, I was shown:
"You cannot accept this connection request because the client is registered under your bunq account".
Is there any (other?) way I could still profit from reduced permissions when using the api?