Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

28
votes
16answers
4k views

Why are many of the banking sites implemented in Java rather than .NET?

We are developing an application for a banking client which includes transactions and the site should be very secure. The business process is finalized. Then we decide on the technology. We suggested ...
17
votes
5answers
867 views

Why are banking passwords so weak?

Out of interest and because it infuriates me, I was wondering if SOmebody here might happen to work for a bank or otherwise know the answer to this. I've used a few online banking sites (UK and ...
15
votes
10answers
2k views

How do banks remember “your computer”?

As many of you probably know, online banks nowadays have a security system whereby you are asked some personal questions before you even enter your password. Once you have answered them, you can ...
12
votes
8answers
422 views

Why do we not see much AJAX in secure applications like internet banking?

Can someone list with references / evidences if possible, why we don't see much AJAX in secure web applications like internet banking? eg. Internet banking has a list of tabs for Accounts, Payments, ...
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
6answers
579 views

Access own bank account via self-written application

as I can imagine, this is a quite big topic. Let me explain: I have used MS Money for several years now and due to my "coding interest" it would be great to know where to start learning the basics for ...
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 ...
6
votes
10answers
406 views

Are there any laws when working with confidential financial data?

I have been asked to build a web application that will be used to store and manipulate sensitive financial data for a private lending firm. Before I bite off more that I can chew, I am trying to ...
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 ...
5
votes
2answers
321 views

How Do Sites Suppress Pasting Text?

I've noticed that some sites (usually banks) suppress the ability to paste text into text fields. How is this done? I know that JavaScript can be used to swallow the keyboard shortcut for paste, but ...
4
votes
3answers
137 views

API For Working With Banks?

I've heard of applications like MS Money that would take your bank username/password and somehow bring in your account information. I'm trying to do something similar, a personal bill-tracking app ...
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
311 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 ...
3
votes
1answer
272 views

ACH Credit via Java API

I have ACH Java API solution made with Authorize.NET via their eCheck.NET service. BUT they provide only ACH Debits. From customer to my company. No Credits, from me, sending money to the customer. I ...
3
votes
1answer
104 views

What are the best security practices for having a really secured site with asp.net mvc?

I searched all over the internet trying to get a guidance about the security practices for a really secured site like an online banking site and didn't find any. My interest is to know what practices ...
3
votes
2answers
2k views

Java EE online banking code example

Is there any open source Java EE application for online banking and processing that you guys are aware of? Say for example I want to implement the whole online banking stack, from front-end, ...
2
votes
3answers
683 views

How do netbank login dongles work?

This is a question purely to satisfy my own curiosity. Here in Norway it's common for netbanks to use a calculator-like (physical) dongle that all account holders have. You type your personal pin in ...
2
votes
3answers
64 views

How to integrate a secure monthly online pay service into my app

I've created an app, I need to have willing users register for a more featured "pay version". How can I make a secure, online pay service while billing those users monthly, and telling my app that ...
2
votes
2answers
558 views

iphone: is there any secure way to establish 2-way SSL from an application

I need to establish a HTTPS 2-way SSL connection from my iPhone application to the customer's server. However I don't see any secure way to deliver the client side certificates to the application ...
2
votes
2answers
267 views

NHibernate Performance on an internet banking application

Currently we have a project to implement an Internet Banking site, and we are evaluating using Nhibernate on it. ¿Is NHibernate suitable for this kind of application, where performance is important ...
2
votes
4answers
768 views

writing an online payment processing system

We've been requested to create an Online payment processing system the like of Paypal for our national use. does an open source version of this exist ? (so I could study it and maybe improve on it) ...
1
vote
1answer
20 views

Authenticating by using some letters from the password

How do banks authenticate users just by asking some letters of the password. Does is mean that hashes of those individual words are stored in the database, and if yes then would not it make it very ...
1
vote
0answers
433 views

Integrating Netbanking to website using JAVA/PHP (in India)

How to integrate netbanking feature to a website in JAVA/PHP technology? Is there any common api available to integrate most of the banks to a website or else should we get a separate api for each ...
1
vote
2answers
344 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 ...
1
vote
1answer
423 views

Excel VBA: Find and Delete Multiple Values from Strings in One Column

Background: I need to clean up a CSV file of my bank statement for use in an online financial reporting tool. The transactions are all in the following formats (columns seperated by commas): ...
1
vote
1answer
159 views

Multiple Bank accounts one shop

time for another question, I have a client that wants a shopping cart thats made with java, I've looked on some opensource carts there: shopizer KonaKart Apache ofBiz Jadasite The functionality that ...
1
vote
1answer
76 views

online transaction of money from iphone

i have an app which require transaction of money from client to agent's account... but no idea how to do this..... please help/.....
1
vote
0answers
231 views

How Online Payment Gateways Works now a days?

Guys, Can you tell be the basic architecture of a online payment gateway. But it supposed to be for credit card holder only, i.e how payment gateways responded to credit card? How gateways recognize ...
1
vote
7answers
342 views

How would you go about making an application that automatically retrieves your bank account balance twice a day?

I'm building a utility that will hopefully keep my wife in tune with how much money we have available. I need a simple secure way of logging into my bank account and retrieving the balance. ...
0
votes
0answers
107 views

migs (MasterCard Virtual Payment Client) integration php

Can any body help me about how to integrate migs (MasterCard Virtual Payment Client) in a php website ! I have read the reference guide but it's unhelpful!
0
votes
0answers
70 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
2answers
66 views

Advice On Technologies Used For Online Payment Sites

I would like to create a site along similar lines to justgiving.com, uk.virginmoneygiving.com etc. In principle, it seems easy enough Organisation enters their bank details on my site Customer ...
0
votes
2answers
47 views

Silverlight Financial Data

Does anyone know of any documentation of how to access bank data via some sort of webservice or other method for use in a Silverlight financial / banking application? Is there any sort of standard ...
0
votes
2answers
42 views

Bank login dialog in an iframe when you shop online, how does it work?

I was shopping online and at the time of payment, a login dialog from my bank appears in an iframe, I filled my details and the the online shop page let me go on with the purchase. How does it work? ...
0
votes
0answers
324 views

Getting bank account information from a bank and displaying on a website [closed]

Hello I am looking for a way to get bank account information (transactions and balance) from a financial institution and display it on a website. The question is vague intentionally.... Everything ...
0
votes
0answers
123 views

About eBanking systems, concepts involved in financial transactions and

I'm looking for information on ebanking system design concepts e.g. designing banking switches, reversal transactions, settlement, fraud detection in banking systems and other issues related to ...
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 ...
0
votes
5answers
1k views

Alternative to using java applet for bank websites

this is a question for all coders developing online banking websites for banks. Why do banks all use java applet for their online banking websites? basically if you don't have JRE installed, you ...