Integrating bank accounts

user578299 picture user578299 · Jan 17, 2011 · Viewed 9.5k times · Source

Is there any API to integrate bank accounts into a .NET application? I am looking to provide the user an ability to pull bank statements into my software.

Please suggest.

Answer

m.edmondson picture m.edmondson · Jan 17, 2011

You'll need to ask the bank that, which bank are you with? Most major providers allow some kind of programmatic access to their systems.

Failing that (and security aside) you could generate a HTTP Request/Response to the banks website and replying on being provided the correct credentials should be able to retreive any information available online (such as past statements) - bonus if they provide them in PDF format.

Not sure which country you are in but Egg Plc use an Active X control to open and read the balance of customers other bank accounts for them - obviously with their permission. It works pretty well.