Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

US banks data-importer, www.basiq.io #7790

Open
3 tasks done
a7maadf opened this issue Jul 28, 2023 · 24 comments
Open
3 tasks done

US banks data-importer, www.basiq.io #7790

a7maadf opened this issue Jul 28, 2023 · 24 comments

Comments

@a7maadf
Copy link

a7maadf commented Jul 28, 2023

Support guidelines

Description

Giving that Salt Edge has dropped support of US banks, I was wondering what are the chances of using an alternative service like www.basiq.io ? They have a very cheap pricing ($0.5/month) and support over 140 bank institutions

Solution

read description

What are alternatives?

No response

Additional context

No response

@JC5
Copy link
Member

JC5 commented Jul 28, 2023

Looks great!

I can put this on the list to develop from the data importer, but I must admit I will not a lot of time to implement it. If you are a bit of a programmer though, it should not be hard to develop this for yourself 😉

@a7maadf
Copy link
Author

a7maadf commented Jul 28, 2023

I honestly don't have the best experience with PHP but I could certainly try you know ... come up with something.

Thank you so much for this perfect piece of software. Will keep you updated

@JC5 JC5 added this to the importer-v1.5.0 milestone Jul 29, 2023
@JC5 JC5 moved this to Todo in Data Importer Jul 29, 2023
@dvankley
Copy link

@a7maadf If you're ok with using Plaid (even just a developer account), this connector might do what you want.

@Kage1
Copy link

Kage1 commented Sep 30, 2023

@a7maadf If you're ok with using Plaid (even just a developer account), this connector might do what you want.

I have tried Plaid and I must say it's very clunky. When I had it working the biggest issue I kept having was the connection would randomly break and I didn't know for a week or so. I had to go through trying to force the update and hopefully not end up with duplicates.

I just updated the Plaid quickstart and several bank connectors are showing Something Went Wrong please try again. So yea, Plaid is an option, but be prepared to tinker with it.

@dvankley
Copy link

dvankley commented Oct 1, 2023

@Kage1 was your experience using firefly-plaid-connector-2? Agreed that Plaid is fairly flaky, but some of those issues might have been shortcomings in the connector that I could try to shore up (better communication of broken accounts, etc.). If so feel free to file an issue or two on that project.

@Kage1
Copy link

Kage1 commented Oct 1, 2023

@dvankley
The last time was with the original connector not #2.

The main issue now is that several banks will not allow connections from Dev accounts and only from prod. They throw an error message and the logs then docs indicate a full approved paid prod account is needed.

So now I'm deciding how far I want to dig into it.

@dahifi
Copy link

dahifi commented Dec 10, 2023

First day looking at Firefly, coming from GnuCash, anyways, just wasted time signing up for GoCardless but no good bc no US banks. So I guess I'll be taking a look at this plugin as well.

@curiousercreative
Copy link

First day looking at Firefly, coming from GnuCash, anyways, just wasted time signing up for GoCardless but no good bc no US banks. So I guess I'll be taking a look at this plugin as well.

@dahifi does GNUCash have a US bank importer?

@Kage1
Copy link

Kage1 commented Dec 10, 2023

Sadly no, the us banking system is a mess with nothing that is standardized for automation. There are several 3rd party companies that do not interoperate with each other. The services they do offer generally do not have a free tier.

@dvankley
Copy link

@Kage1 it's not a great option, but you could consider a Plaid paid account. They don't publish hard numbers, but what I've seen from others is $.30 per month, per Item for transaction data.

@curiousercreative
Copy link

curiousercreative commented Dec 11, 2023

Yeah, there is Plaid and SimpleFIN that I've seen importers with, neither is super straightforward

@sbates130272
Copy link

When I looked at www.basiq.io today it looks like only Australian and New Zealand banks are supported. Is this true or am I missnig something?

I am looking into options for importer support for Canadian banks. Like the US it is a bit of a mess right now.

@Kage1
Copy link

Kage1 commented Dec 15, 2023

What I have ended up doing is setting a calendar reminder and sat morning I spend a few mins d/ling and importing. With the import profiles setup it works ok but I end up with a weeks lag in data. :/

@curiousercreative
Copy link

What I have ended up doing is setting a calendar reminder and sat morning I spend a few mins d/ling and importing. With the import profiles setup it works ok but I end up with a weeks lag in data. :/

I've been on Mint.com since 2009 and have become horribly reliant on auto imports. I have bank accounts spread across two institutions and about a dozen accounts 😱

@dahifi
Copy link

dahifi commented Jan 2, 2024

I did some exploration on the Plaid side, even getting a development account with access to live data requires several hoops.

Right now I'm planning on doing CSV exports, hopefully I can figure out some automations to make it less tedious.

@fear025
Copy link

fear025 commented Jan 4, 2024

For those investigating Plaid connectivity, please be aware that the free development environment is going away as of July 2024.
That means you'll be forced to use their production environment with their associated fees. Currently the fees are something like 30 cents USD per month per account.

Here's their announcement text:
Changes to our Development environment

Plaid will stop supporting its Development test environment by July 2024. If you have unused items in the Development environment, you’ll be provided with some credits to test in our Production environment in a limited capacity.

No action is required of you at this time.

What’s changing in 2024?
We’re working to provide developers and businesses with a simpler and more intuitive testing experience with Plaid’s products. As part of our work, we’ll be deprecating the Development test environment and introducing limited, free testing in our Production environment.

You can continue to test in the Development environment until we remove all existing Development items on June 20, 2024.

Please share this information with your technical team, and stay tuned for more updates when we’re ready for you to begin testing in Production.

@dvankley
Copy link

dvankley commented Jan 4, 2024

@fear025 That's good information, if disappointing. Where did you see that?

For the time being I'll probably just pay the couple bucks a month for the paid version. If anyone has experience with compelling alternatives, I'm open to possibly making another connector.

@fear025
Copy link

fear025 commented Jan 4, 2024

@fear025 That's good information, if disappointing. Where did you see that?

For the time being I'll probably just pay the couple bucks a month for the paid version. If anyone has experience with compelling alternatives, I'm open to possibly making another connector.

@dvankley First, thanks so much for your work on the firefly-plaid-connector-2, it's been working great for me!

I copied and pasted that text from an email Plaid sent me on December 20th, 2023.
The information can be confirmed on this plaid webpage: https://plaid.com/docs/sandbox/

@curiousercreative
Copy link

SimpleFIN Bridge is worth investigating, it's a layer on top of MX, Plaid's major competitor in the US.

@dahifi
Copy link

dahifi commented Jan 5, 2024

Thanks @curiousercreative I'm going to add this to my calendar next week: https://beta-bridge.simplefin.org/info/developers

@curiousercreative
Copy link

curiousercreative commented Jan 5, 2024

@dahifi there's an open issue on thiss repo here and there's repo for a similar feature for Actual Budget here. Share a WIP repo and someone like me may be able to contribute.

@dahifi
Copy link

dahifi commented Jan 6, 2024

Re. Plaid: So was looking through the discussions and came across this lovely contribution from @cskujawa that might be worth a look: https://github.com/cskujawa/youteller

@ConorIA
Copy link

ConorIA commented Mar 2, 2024

I noticed another Canadian finance app is using Flinks, which also seems to support US banks and may be an alternative to Plaid worth exploring: https://flinks.com/about/

@JC5 JC5 removed this from the importer-v1.5.0 milestone Apr 18, 2024
@JC5 JC5 added this to the importer-v1.6.0 milestone Apr 18, 2024
@JC5 JC5 removed this from Data Importer Aug 21, 2024
@JC5 JC5 moved this to Todo in Data Importer Aug 21, 2024
@JC5 JC5 changed the title US banks data-importer US banks data-importer, www.basiq.io Aug 21, 2024
@JC5 JC5 modified the milestones: importer-v1.6.0, importer-v1.8.0 Aug 21, 2024
@JC5 JC5 removed the enhancement label Oct 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Todo
Development

No branches or pull requests

10 participants