Developer-Friendly Banks?
tyen writes "Any suggestions for a 'developer-friendly' bank for small businesses? The banking world is awash in data protocols that business customers who are/have coders would find useful, like BAI to extract all the raw data from an ACH or SWIFT transfer. Unfortunately, the ones I have spoken with about this access are still stuck in the Dark Ages of computing; they price the access like only big companies still have the skills to tap into these interfaces. For example, one of the four US banks with a perfect trading record this past quarter quoted us USD five figures for access to several of our accounts via BAI format. Per year. After waiving sign-up fees. Are there any banks out there that have a more progressive attitude about letting small, entrepreneurial developers work with their business accounts in a more modern, dare we say automated, way? With big businesses demanding EFT integration from small business vendors, and globalization rewarding premiums to nimble, lean businesses that automate wherever possible, automating the retrieval of this information (which is not available in consumer-oriented access like OFX) becomes an increasingly pressing issue for the small guys."
If you can access it with a browser, you can script it too.
Unfortunately businesses always ask more for not-so-common and premium features. This is also quite close access to their internal systems and since it's probably 0.01% of customers who need such access, they have to ask more from those who actually need it. Banks have to develop, secure and maintain the system too and it costs.
Sounds like an oxymoron to me.
This ain't rocket surgery.
Banking thrives on secrecy. That last thing they want are outsiders poking around with their data and protocols - lord know what you might find. You best bet would be to hit up the next bank president you come across on the golf course (private - not public). Barring that you could try dealing with one of the online banks like ING or perhaps a credit union?
Truth: If it's not one thing, it's another
... they're in it for the money.
Very few small clients will access their accounts in that way. As such, the service is priced with the large client in mind. They will not drop the fees for a small client because then the larger clients would insist that they drop the fees for them, too. Plus, it's a pain in the butt to administer the "small fish" they might pull in by lowering their fees.
Tell you what... You think this is a brilliant way to make money? Open your own bank. It's actually legal (and relatively easy) in this country. It's a good time to open a small bank, too - people are sick of the big banks. Find a backer and let them know that there's this underserved banking market out there. I'm sure you'll find plenty of takers if the idea is a good one.
But, in general, the main reason a banking service isn't offered to you is because the service isn't profitable enough to offer it to the market you're part of.
That is all.
Roll-out your own credit union for geeks. I'd be interested in a bank with the services you've described. I'm absolutely sick of big banks and their big fees for even minor infractions.
I do not know about stupid bank fees, but I recall that ACH is as you say extremely well documented. And there is a setup for a testing protocol built in. There is a spec book that I imagine is say $100 and freely available. If you were not particular about language or schedule or, what is the word, maybe track record, I figure you are talking $10k to do the client software from scratch. If you want it done this quarter in C++ by a name, say $200k. But no real cost analysis here. This was a long time ago, but I think I called my bank to see what sort of obstacles they would put up. As best I understood from a single conversation, there were no obstacles or fees. I suppose it might be relevant that there were personal relationships. For what it is worth this was a regional chain and if you want the name, email me.
I overheard this conversation between some programmers in my company about BAI, It was pretty heated. What I namely remember is:
Ok! Ok! I must have, I must have put a decimal point in the wrong place
or something. Shit. I always do that. I always mess up some mundane detail.
I can't remember what happened to them... It was around the time that we had a big fire at our main office.
many are free
http://www.fatwallet.com/forums/finance/714617/
Ironically in the security guide section it lists getting software updates as key to your computer's security.
If sharing a song makes you a pirate, what do I have to share to be a ninja?
The Future of Money: It’s Flexible, Frictionless and (Almost) Free/
Basically from what I can tell it sounds like you're going to have to go with a startup type bank/payment service like Paypal which has actually made an effort to open its platform up.
I suspect most traditional banks won't change significantly for at least a few decades. My bet would be on ING and its brethren to open up first, try talking with them.
Five digit sums for remote access, per year? Hell, it'll cost half of that just for the security software licences, let alone administration overheads, hardware, networks... Corporate data exchange is not cheap, it's not easy and it's not something you throw together in a hurry for a bank relationship.
Most banks offer corporate customers the ability to manage their own accounts. This includes web or fat client deployment, download of files/reports (including transaction histories and balances) and submission of payment mandates.
Use the interfaces already provided, and shop around for the cheapest bank. Nobody offering the interface you want at the price you want? Deal with it.
Or start your own bank. You too can put up with the horrendous regulatory framework, the stunning liabilities resulting from membership of various payment schemes and the complexity of managing multiple payment mechanisms for multiple customers in a timely and (above all) accurate manner at lower cost than all of your competitors.
After all, you think everybody else is clearly doing it wrong. Go for it, show us how to be better.
That would be true for HTML. Unfortunately, many banks have flash-only access.
Disclaimer: I write financial software for a living.
First, I don't see why OFX can't be used for that purpose. You could manage several hundred accounts, payroll, billpay, collections, wire transfers, funds management, etc. Not only that, it's two-way. It's not just displaying account data, it allows you to perform the actual transactions. I know of some payroll processing centers that use OFX for exactly this - either it goes to printer or it goes electronic.
Second, because there is no salable demand for individuals requesting the raw file formats for the backend transfers, those features don't exist. This is common sense - what motivation exists for a company to spend the time and effort providing a feature if there is no money attached to it.
Third, certification. There is quite a bit of hullabaloo in the banking industry about certification, and they're serious. See, there's not a lot of security in the banking world. They rely on hard connections, network separation, and effectively, trust. What they DO have though, is auditing trails. They might not be able to stop a fraudulent ATM transaction, but they can tell you every node, clearing house, third party processor or financial institution it went through. Certification is the thing that allows them to reasonably trust members in their transactional world - you can't just show up with homegrown software and hook right in.
Last, as you said, "The banking world is awash in data protocols". Lemme tell you something - the raw protocols are only about 1/20'th of what goes on. No protocol is perfect, and many systems have what you or I might consider 'undocumented features' that are handled by clever manipulation of the protocol (aka, hacks). The paper description, for example, of the ACH file format can be compressed into about 6 pages. There is a two volume set of books, each about 300 pages, of small print, so thin as to be nearly transparent pages that actually describes how those 8 pages work.
That's one protocol. There are dozens of major ones, and additional complexities when you add in feature specific cores or sinks (back end systems that banks use to store the actual data on, like those provided by MISER or Fiserv )- do you support overdraft protection, provide memo services (a hold against an account for an amount prior to it's actual processing), and if so, which of the dozen ways do you provide that information?
So in the end;
* no real financial benefit to providing that access (especially when you say you don't want to pay XD )
* no certification to provide that access
* actual software knowledge requires domain knowledge many magnitudes greater than just file formats, including per-FI non-public knowledge
last and not the least important items not discussed above;
* financial institutions are slow movers when it comes to adopting technology.
* early adopters are NEVER the small banks, and they always require a hefty ($$$$) reason to include it.
So it could be done - and probably will in the next 20 years or so - but not today. ...
as an aside,
The reason you'd be getting billed 5 figures for access is because they'd end up assigning someone to manually pull your ACH records out of each daily batch and save them to one side. Manually. They may even need to have someone actually type the new entries in (separation of networks, removable media would be disallowed - of course.)
Small progressive smart banking. I work for a small developer that makes software that connects their system to accountants across the country.
Try to talk to Eric King, If you have a good idea for a service they could be offering, he'd be the one to talk to.
http://www.rivercitybankky.com
I stopped reading after like 5 insightful/interesting posts.
Note to the Article poster: SWIFT is a bank to bank network. You will never get access to it as a non bank, and if you hack into it ... prey that no one figures it.
To the others pointing out why the OP never will find what he wants:
You ofc. can ignore all my "for free" claims above, as that is not for free but covert by the base yearly fees.
To the OP: try Pay Pall, they have an oen API to access them, no idea how useful that is for you or which applications exist to use it reasonable.
Regards,
angel'o'sphere
Cost free eBook I read (by iBook/Kobo/Amazon/ObookO/Gutenberg etc.): "The Green Odyssey" by Philip Jose Farmer.
I'll state at a high level that I work for a Credit Union, and there are a lot of us that believe in a model such as the one you are describing. Can I take this discussion in a slightly different direction? Rather than "where can I get this today", how about "what would you want from a service like this"? Reply with a list of features and describe the problem you are trying to solve.
Do you want to only access your own account, or offer a service to multiple customers of the financial institution?
Are you thinking along the lines of web services?
What type of transactions would you want - realtime (i.e. what's my account balance now) or batch (show me all transactions for the last 6 months)?
Are you talking about wire transfers, ACH, checks, etc?
Are you thinking a pull model, where you query into the data or a push model, where you are alerted when things happen?
Don't get dragged down in any pricing or cost at this point - just tell me in more detail what you want.
It seems that there is an opportunity here.
Put up or shut up. Does anyone actually want to *make* the geek friendly bank?
According to the almighty internet, we would need (depending on the state) about $5mil starting capital. About 10-20% of that comes directly from the founders, the rest can come from shareholders.
We would need some founders who have cash, some who have the knowledge and ability to implement the system, some who have the ability to *run* the system, some with the ability to negotiate the legal and procedural, and some with the ability to deal with personal interaction.
If a reasonable project plan were available, I could be one of the cash founders of the bank.
Anyone else?
Disclaimer: I am a developer in one of America's largest banks.
Of course, I do not speak for them - just for me.
That said, think about what the OP is asking.
He wants unfettered access to funds transfer information.
Just to keep righteous with the Feds, we'd have to forcibly limit his access to accounts only his business has - it's not like we could open the tap and just let him run BAI queries on any account he can think of, the way our own internal users can.
But a web portal with customer-keyed access is already present, and isn't good enough for Mr. LookAtMeI'mABigBadCoder.
So we'd have to build him a distinct data transfer channel, test the hell out of it to make sure he can't break it and look at someone else's stuff or - God forbid - foul up our nightly batch cycle with stupid data requests outside of standard Banking hours. Then we'd have to test it with him involved to make sure it returns the data he wants.
All that is probably a several hundred hour project. Per customer. For something no one ever wants but this yahoo.
Of course, several hundred hours assumes the full banking software is Bank-owned. Most folks outsource this stuff, so we'd have to test cross-vendors with him, too, generating costs for us.....
You want it for free?
You're fucking clueless.
What you are looking for is generally called 'treasury accounts' - it is expected for bank in that case to provide some kind of electronic access with full details (in/out wires, etc). Most big banks do offer that.
Try Chase - it's not cheap but not unreasonable either (something like 100$ per month plus some per-user fees etc). I have that and it's fine. Plus you get SecurID token to authenticate outgoing wires, etc.
Unfortunately, you kind of have to write a screen scraper to get to the CSV reports, but the data is there.