HemmikWizard
Any news on the problem I’m having? I had the same issue with Monyca initially but they were able to fix it.
Any news on the problem I’m having? I had the same issue with Monyca initially but they were able to fix it.
@Hemmik#36794 You mean the "Something went wrong " error? I've looked into it, but haven't been able to reproduce this yet. Did you try to reinstall the app on your phone? Do you have any joint or connected accounts in your Bunq app?
@Ward#36815 Thanks. Yes reinstalled it and tried the new build. I have several joint accounts (most of them are joint actually.)
@Hemmik#36816 I will continue to look into it. The next build will include better error logging so I can get more insight into what's going wrong.
@Ward#35606
Hi Ward,
I like the fact that you created an app which allows such a connection! I myself have developed a similar app called Bittiq. It allows connection to multiple banks (including Bunq) and multiple accounts, after which it automatically generates an overview of expenses (in categories) as well as monthly subscriptions.
I think it would be interesting to have a little bit of personal contact so we could exchange our ideas and experiences. I was wondering if you would be open to this? If yes, could you reply in an email to federico@bittiq.com ?
Thanks!
Federico
@Ward#36825 Still same error for me as well, I have multiple joint accounts.
@Hemmik#36816 @Ward remember that joint accounts can not be used with Oauth API keys, that might be the issue you guys are experiencing.
@OGKevin#36848 Possible, but I do have some non-joint accounts.
ps, are there any plans to support joint accounts? They are the most interesting for me with respect to budgeting.
@Hemmik#36849 The issue is, if you use /monetary-account
endpoint, oAuth will crash as this will also try to get joint accounts. To temp fix this, @ward could use /monetary-account-bank
endpoint which returns MonetaryAccountBank's (non-joint accounts).
on the PS, I dont know, but ill relay your message internally 😊!
@OGKevin#36850 oAuth will crash as this will also try to get joint accounts
😮. Is that true? I tested it on the sandbox with join and connected accounts, and it successfully returned all normal non-connect non-joint accounts.
Signed up!
Would be interested in being able to create a budget for each category to see how much under or over my spending is to my goals!
@Stevie-Indigo-Jaguar#36871 That is definitely on the To Do list. I thought a lot about setting budgets, but haven't settled on a system yet. Should we have budgets per main category, or per subcategory, or for the whole month together? And if you exceeded your budget on groceries, does that mean your budget on restaurant should automatically get smaller to compensate?
Currently the app automatically uses the expenses from the previous month as a "budget". So on the home screen you can see your expenses and if they are above or below those of the previous month. The end goal being that after a while it will automatically "understand" what your budgets are.
Is there any update on the progress of Eypo :D im really excited to use this app haha.
FYI Grip from ABN now also supports bunq, however they request full access API key which is overkill. The app itself however works and looks fine. But only they dont support joint accounts.
They also seem to have transfers under control and does not clutter your budgeting.
Also, is there a reason you do not let the app itself make the API calls ? This would partially solve your rate limit issues. Which makes it even better at a privacy point of view. As you can make the OAuth api key wildcard, if I'm not mistaken.
@OGKevin#37585 Beta testing is still in progress, and invites are still being sent out. I think you are in the next batch 🎉.
@OGKevin#37585 They also seem to have transfers under control and does not clutter your budgeting.
Transfers are also not included in the budgeting and statistics in Eypo. Currently in progress is better categorisation of transfers when it detects a transaction between accounts you both own.
@OGKevin#37585 Also, is there a reason you do not let the app itself make the API calls ?
I've opted to use a proxy server because that would make it easier to support multiple banks in the future. Some banks use HTTPS client certificate authentication which means the app cannot directly connect to the bank.
@Ward#37607 I've opted to use a proxy server because that would make it easier to support multiple banks in the future. Some banks use HTTPS client certificate authentication which means the app cannot directly connect to the bank.
This is one of the reasons why I'm hesitant to use an app having API calls to your bank account go through a black-box-proxy. Can you explain more about this proxy or disclose the source of the proxy?
@Delano#37608 I totally understand your hesitation Délano.
What the server basically does is connect to the bunq api, and then normalise the response into a bank agnostic structure. This means I can easily support more bank APIs in the future, without having to update the iOS app.
It also makes it easier to work around API quirks, such as half-implemented OAuth. For example: The bunq OAuth system is non standard, but can be kinda normalised into standard OAuth. An api key becomes a Refresh Token, and a session token becomes an Access Token. By doing this normalisation on the server, the iOS App can just talk normal OAuth.
API keys and session tokens are not stored on the server, so we can never connect to bunq without your phone initiating a request.
@Ward#37610 Thanks, interesting. All the other "calculations" eg categorizing and budgetting happens on the phone in the app?
Authentication is done by bunq's Oauth or is the full blown API key required?
[edit] just installed the app and it indeed says everything is stored on the device, which is sweet :)'
[edit2] uh oh, connect is accepted, see it in my event list as wel
I‘m always getting „Something went wrong“ when trying to connect to bunq. 🙁
@Delano#37611 @Phil#37614: This is a known issue that I haven't been able to solve yet. Do you guys happen to be members of a Bunq Pack? I recently discovered that OAuth doesn't work properly with Pack members because of a bug on bunq's side.
@Ward#37617 I have this error and I am a pack member indeed.