Questions tagged [onlinebanking]

Electronic payment system that enables customers of a financial institution to conduct financial transactions through that institution's website

From Wikipedia:

Online banking also known as internet banking, e-banking, or virtual banking, is an electronic payment system that enables customers of a bank or other financial institution to conduct a range of financial transactions through the financial institution's website. The online banking system will typically connect to or be part of the core banking system operated by a bank and is in contrast to branch banking that was the traditional way customers access banking services.

86 questions
5
votes
2 answers

Error Trying to Log In to Wells Fargo via Chromedriver 2.34, Selenium 3.8, and Python 3.6.2

I am trying to write a program that will log me in to my Wells Fargo account. However, after running my code, it just takes me to the same page and doesn't log me in. I tried putting the log in section in a loop and it continuously loops. Here is…
5
votes
4 answers

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 the dongle and it generates an eight-digit code…
Pedery
  • 3,632
  • 1
  • 27
  • 39
5
votes
1 answer

Tracking transaction data from credit card, any API?

I am required to create an application which collects transaction details of bank accounts, there are APIs like Plaid Yodlee Geezeo But these APIs make use of the clients username and password for retrieving the transaction data, but in my case I…
mane
  • 1,149
  • 16
  • 41
5
votes
6 answers

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 this practice go away as we get bigger hard disks…
bobobobo
  • 64,917
  • 62
  • 258
  • 363
4
votes
1 answer

Is Cassandra Good For Banking Application?

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 that any strategy to implement good and secure…
fahmi
  • 705
  • 2
  • 10
  • 23
4
votes
2 answers

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 (it's an e-banking app, so security is really an…
pmilosev
  • 932
  • 8
  • 20
4
votes
2 answers

Which OTP (one-time password) algorithm do banks use on their password generator token?

Many banks offer some token devices in order to create passwords for one time usage. I wonder which OTP algorithm they use? Is it HOTP or TOTP?
abeikverdi
  • 1,216
  • 3
  • 13
  • 25
3
votes
1 answer

Security best practices for asp.net mvc sites?

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 you are using in following areas: Communication:…
Jalal El-Shaer
  • 14,502
  • 8
  • 45
  • 51
3
votes
1 answer

start working with jpos

I am creating a new payment application. What I have is a client application that user selects price, enter its authentication information and then client creates and iso 8583 message and send this data to a bank server. According to my researches,…
Husein Behboudi Rad
  • 5,434
  • 11
  • 57
  • 115
3
votes
4 answers

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) are there any books/resources/materials that could…
Attilah
  • 17,632
  • 38
  • 139
  • 202
2
votes
0 answers

How to integrate payment processing platform for peer to peer payment in flutter

I am new to flutter. I am looking to integrate a peer to peer to transfer money between accounts. I want flutter to interact with gpay to perform a peer-to-peer payment, meaning a payment between the user and another user in his/her google…
Joel
  • 239
  • 3
  • 21
2
votes
3 answers

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 for my own use; but I've only been able to get…
Rob P.
  • 14,921
  • 14
  • 73
  • 109
2
votes
1 answer

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 bank that we wish to integrate?
user703555
  • 265
  • 1
  • 7
  • 14
2
votes
0 answers

how best to sandbox firefox and restrict it to one banking site with iptables

I am trying to set up several "idiot-proof" browser sandboxes that will each allow one user to log into one bank site but do nothing else. This is for home usage. The intention is that the user can't accidentally browse to other sites in that…
schmeg
  • 21
  • 4
2
votes
1 answer

Handle payment via bank transfer for Rails

I am building a rails application for place booking. The app should be able to facilitate bank transfer (not VISA/Mastercard direct payment) for payment. Basically we let users know our bank account number. User can then pay via iBanking / go to…