Tagged Questions
The bank tag has no wiki summary.
6
votes
1answer
128 views
Are there any banks with APIs?
Do you know of any banks that provide APIs for it's clients in order to check account balance for example?
6
votes
2answers
1k views
Financial library for C/C++
Do you know of a good open source financial library written in C (preferably) or C++?
I already looked at Quantlib, which seems too complicated for me, since I just want some basic computations ...
5
votes
6answers
1k views
Why Banks or Financial Companies prefer Oracle than other RDBMS for their “Core” systems?
I'd like to know why most Banks or Financial companies prefer Oracle than other RDBMS for their core systems (the absolutely minimum features that a Bank must support). I found a few answers that ...
4
votes
3answers
614 views
How can I electronically transfer money to another account using Bank Transfer (BACS)
I'm working on a project where we collect payments from users using credit/debit/PayPal payments.
The service is taking payments from users on behalf of a 3rd party organisation.
Once we take the ...
3
votes
2answers
516 views
Integrating bank accounts
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.
Regards,
Suresh Ramanujam.
2
votes
1answer
28 views
Personal Money Movement API
I'm trying to create a simple personal project: I want to give myself bounties for completing tasks that often fester on my todo list. If I complete a task, for example, $5 should automatically move ...
2
votes
3answers
167 views
automatic run php code without user control
I don't know how to call this.
if I wrote a php script to calculate an interest for saving account.
how can I tell the program to run the script on the end of the day without user monitoring. such ...
2
votes
3answers
377 views
I don't understand how Westpac Payway API and NET works
Been googling all day, reading numerous PDF's and still getting confused with the concepts of sending data to Payway system from Westpac (a bank in Australia). They offer access via API but also give ...
2
votes
2answers
1k views
Bank switching in PIC assembler
I'm getting confused by bank switching in PIC assembler... This works for putting a 'Q' on the usart:
bsf PORTB,1 ;Set Transmit DIR (PORTB (0x6) not mirrored in other banks)
movlw 'Q' ...
1
vote
1answer
107 views
Payment between POS Terminal and Bank
I want to make program to talk between a Bank and POS Terminal Devices without using any third party tools. Let's assume that, currently, this program will only be used to talk with a specific bank ...
1
vote
1answer
63 views
Email bank account information from form
A client wants a registration form on their website which contains, among other fields, spaces for bank account information (including sort code and account number). The form will not submit the data ...
1
vote
1answer
417 views
generate printable bank giro deposit slip
I am trying to generate a Bank Deposit slip (ideally a PDF) with incremental serial numbers everytime someone clicks and downloads one. Now I know how to generate PDFs etc programmatically but I ...
1
vote
3answers
352 views
Detecting a US Holiday
What's the simplest way to determine if a date is a U.S. bank holiday in Python? There seem to be various calendars and webservices listing holidays for various countries, but I haven't found anything ...
0
votes
2answers
54 views
Save banking account data secure
I need to save banking account data in a web project.
The project is asp.net mvc 3 and the database is MSSQL 2008 R2.
But how should I do that secure?
My solutions are:
Solution: Encrypt the Data ...
0
votes
0answers
57 views
Is there a way either functionally or through code to uncancel a canceled check? [closed]
We cut a check to a vendor. Vendor "lost" the check so we put a stop on it at the bank and canceled it in AX 2009. Vendor found the check, and our finance dept called the bank and they "un-stopped" ...
0
votes
0answers
138 views
Bank Account program that reads from a file
For my programming class, we have to design a bank account that reads and writes information to a file, which contains information, such as the 10-digit account number, first and last name, middle ...
0
votes
0answers
71 views
google :: android source code :: nexus one :: blank screen
I have compiled android source code ( Cyanogen)
My process to compile cyanogen mode is here:
I have nexus one..!
1- on device/htc/passion I run : extract-files.sh to get all drivers from my phone
...
0
votes
3answers
218 views
Is there an API to get bank transaction and bank balance?
I'm using CHASE bank. (Also Bank of America)
and I want to get my bank transactions and my balance if I can.
Is there an API for that? in PHP or JAVA?
If so, please let me know how to get them.
Thank ...
0
votes
0answers
46 views
Help hosting a DAM/Image bank
I am looking to set up a Digital asset management system for the company I work for. We are a medium sized company with up to 500 customers (although I do not envisage all of these looking at the DAM ...
0
votes
2answers
172 views
payment gateways for direct transactions with banks
I am new to Payment Gateways and I am really confused in choosing the payment gateway for my website.
I have website where user have money in their online account. I need a payment gateway that can ...
0
votes
1answer
154 views
PHP bank integration
I have been searching for the past two hours and cant find anything.
I am in the UK and I am building a web based application that needs to link in with the users bank to search through deposits.
...
0
votes
1answer
94 views
ssl_error_rx_record_too_long when sending FROM to bank
i am trying to send a to the bank with the details of the payment.
The bank tells me that i have to make a POST with action to their URL with ssl:
... (all hidden values)
what im trying to do ...
0
votes
1answer
252 views
Australian bank lookup via BSB, using Javascript
Is there a means of looking up a bank name & branch through Javascript?
Perhaps an external service or an complete data-set that can be hosted internally and accessed through JSON?
0
votes
1answer
281 views
Bank angle from up vector and look at vector?
I can't figure out the formula to compute the bank (roll) angle from the up and lookat vectors, though I feel this angle must be measured in tha plan normal to the lookat vector. Any hint appreciated. ...
0
votes
3answers
339 views
iphone development bank payment
I have been hired to develop an iphone app. My customer is non-technical and wants me to take care of everything. So, I want to develop and manage the app within my existing account, but have his ...