Tagged Questions

12
votes
5answers
2k views

Banking API/protocol

Do any banks offer data feeds of personal accounts via any form of API? I'm essentially looking to check balances on accounts without logging into their website. I remember reading about a universal ...
9
votes
3answers
2k views

Building a complete online payment gateway like Paypal

So this question isn't about integrating an existing payment gateway into my site. This is more of a architectural question. I want to build a system similar to Paypal. Now I understand that Paypal ...
8
votes
10answers
4k views

Python in the enterprise: Pros and cons

I have been exploring and developing an application in Python for mission critical work in the commercial banking arena. Banks are way conservative in selecting new applications. I need real proof ...
7
votes
2answers
831 views

How to pull down bank transaction records?

I have noticed that some applications provide functionality allowing the user to pull down transaction records (usually for credit cards) from an online banking system. Usually specific banks are ...
5
votes
2answers
224 views

Any book that is not a “programmer to programmer” but “financier to a programmer?”

Are there any books in the market that you are aware which is written by a financier -or anyone from an industry which is not IT- to a programmer in terms of letting him briefly understand the ...
4
votes
5answers
320 views

What is the technical limitation for banks that makes them only give you 18 months of history?

For both my bank accounts I can only access 18 months of history. To access older account history, you have to pay a certain amount of money for each old statement. Why do banks do that? Shouldn't ...
3
votes
1answer
309 views

Is Cassandra Good For Banking Application? [closed]

Hello fellow developer,i got very disturbing question about Cassandra,is cassandra good for Banking application which hold sensitive data? because cassandra not using ACID but CAP,how about that? is ...
1
vote
2answers
341 views

How to pull bank statements from websites?

I need to pull bank account statements from a number of different sources. I'd love to be able to get this data in some sort of standardized fashion, be it CSV or OFX or XML or whatever. I just need ...
0
votes
0answers
68 views

Developing an Online Banking Solution [closed]

I would like to know more about developing an online banking solution. I am part of a team in my company currently analysing the concept of developing an online banking solution but this will be our ...
0
votes
1answer
77 views

Android — Are Android applications safe from outside illegitimate intrusion?

Well I have a concern, well talking to people on IRC Channel as well as seeing discussions on various android forums, I have been inclined towards the point that some of the android devices are ...
0
votes
1answer
46 views

Confirm accepting a payment!

I want to make a web application were people are paying money (for example through mastercard/visa/paypal etc.). My question is: can it somehow be made that the money transfers are made only after a ...