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
0
votes
0 answers

Fintech approaches to balance count optimisation

There s a problem in fintech project. We count balance by summarising orders and this approach is too slow. We have an idea: to use structure like hash map of stacks to store users balance. As key we use user_id in our system and stack is filled…
wisicoc
  • 73
  • 1
  • 6
0
votes
0 answers

Is there any 3rd party service that allows me to verify bank account details received from my user?

I have some onboard flow where a user can sign in to my portal. A user can provide bank details so in the future a user will be able to receive bank transfers from my portal. (Securely keeping that data is not related to that question) Is there any…
Bart
  • 53
  • 6
0
votes
0 answers

Credit card address verifications of merchants in India

How credit card verification is working in Indian merchant sites, I have read about AVI, and will that compare the full address or only digits, is that the same process in India also. Do the merchants have manual access to our credit card address…
phil J
  • 21
  • 1
0
votes
0 answers

Is there anyway (link, JS) to open a bank app from browser and put in payment data?

I’m wondering if there’s a possibility to open a Bank Application on your phone, from browser. Use case - our team has a web app, which stores our ordered lunches and its’ prices. I would like to implement a feature - you click on a link, it opens…
0
votes
1 answer

How to transfer funds from one bank account to other through payment gateway and which payment gateway is best to do so?

We are developing a Mobile App for our client. This is a donation app. In this application one user can send donation to other users, each user will enter payment details like credit card or paypal. and we will charge user account and send the funds…
0
votes
0 answers

trying to sign into a bank account with headless browser

I'm trying to use a puppeteer to access my bank in this scenario capital one. Although when I try I get "There was an issue accessing your account, please try again, if you continue to see this message, give us a call so we can help." I'm not too…
Iryi
  • 53
  • 2
  • 6
0
votes
2 answers

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 protocol or terminology used for this that I can…
bingles
  • 11,582
  • 10
  • 82
  • 93
0
votes
2 answers

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? I guess: The online shop shows you the page with…
vtortola
  • 34,709
  • 29
  • 161
  • 263
0
votes
0 answers

Stripe Initial Payment Gateway Partner

I'm not sure if this is the right platform to ask these questions, but I will delete and ask in the right one if I'm wrong. Questions are as follows: Which company was Stripe first payment gateway partner before they decided to build everything…
0
votes
0 answers

How do i create a proper financial banking dashboard

hello please I really need help on creating a nice banking dashboard for a school project and I had installed a them to the website already but web theme has no dashboard and I have to create a better on and I don't know how to go on about that…
Ryan
  • 1
  • 1
0
votes
2 answers

How can I extract bank data and import it into Excel in OneDrive?

I'm currently manually entering data from my bank accounts into a spreadsheet in OneDrive. I would like to be able to automate this process in some way. The two issues I am facing in automating this are: How do I extract transactions from my bank…
opticyclic
  • 7,412
  • 12
  • 81
  • 155
0
votes
1 answer

Handling Bank information on Website (Not Storing)

I have website using MEAN stack and is accessed over HTTPS. I want the user to input their bank account details but I don't want to store the bank details (since I think there may be liability and security concerns). The information will then be…
SSSJS0
  • 1
0
votes
0 answers

merger is happening in our customer. Now, we have to update the user details in our app(db) on PROD. But how to test it(proc) before going into prod

2 banks merger is happening for our client. We have to change the data for users in our database. I have created a procedure to change the data in the respective tables. But before going to PROD, how can we test the procedure on the testing…
s001
  • 79
  • 1
  • 10
0
votes
0 answers

Adding figures in vb.net

In an atm project with a disconnected access database how do you add(lodge) or minus(withdraw) a figure from the balance column which is of type number in the database.
Ellen
  • 1
  • 3
0
votes
0 answers

Can a SWIFT message have Arabic characters in it?

I'm trying to generate a swift message with customer name and account details. Customer name sometime has only Arabic letters in it. So trying to find if this is right way. Any advice is appreciated.
drj
  • 1
  • 1