Questions tagged [bank]

169 questions
5
votes
2 answers

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?
Jonathan
  • 32,202
  • 38
  • 137
  • 208
5
votes
1 answer

Database of bank accounts

I'm creating a database for a 'bank' and was just unsure as to whether my method of attaching accounts to customers was the most efficient. Here are a few of the enterprise rules: -there are 2 types of account (current and savings) -each account…
4
votes
3 answers

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.
user578299
  • 65
  • 1
  • 1
  • 3
3
votes
2 answers

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 through bank switching IP address + Port…
Frank Myat Thu
  • 4,448
  • 9
  • 67
  • 113
3
votes
3 answers

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 as 0.00am or the server start.
user447172
  • 75
  • 2
  • 9
3
votes
3 answers

Bank in java deleting account

Hello I'm making a bank application in Java. My problem is that I don't know how to delete created accounts. When I create a new account it gets a new number, but I don't know how to delete an account if there are like 3 accounts and I want to…
3
votes
2 answers

What's a good way to store a financial ledger?

Imagine you need implement a system that records your checking account transactions over time. Generally, transactions are grouped by month on your statement. There is a beginning balance, and an end balance for each month. Each transaction between…
Johannes Ernst
  • 3,072
  • 3
  • 42
  • 56
3
votes
2 answers

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 (total cost of credit, all in-cost credit…
charlax
  • 25,125
  • 19
  • 60
  • 71
3
votes
1 answer

Via Paypal API what call can I use to transfer from my paypal balance to my bank account

I would like to automate my paypal balance to my bank. Tired of having to go every weeks and click on the transfer to my bank. What API call can I use to transfer my paypal balance back to my linked bank account ?
3
votes
3 answers

Determine if generated date falls on a holiday (PHP)?

Does anyone know of an existing library or even a useful function that would allow a php script to check if a generated date clashes with a holiday, whether it be US, UK, AUS, or SAF holidays? If there is no library are there any useful sources…
Bob-ob
  • 1,560
  • 4
  • 18
  • 34
2
votes
3 answers

How do the 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' ;'Q' to work reg movwf TXREG ;work reg…
c0m4
  • 4,343
  • 10
  • 35
  • 40
2
votes
2 answers

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 out of my savings account into a discretionary…
Perrako
  • 778
  • 4
  • 12
2
votes
0 answers

Woocommerce pay with credit card with Bank of Cyprus

I am creating a website with WordPress, Woocommerce and Wcmp so people can create account upload their music and sell it. Our company has open in Bank of Cyprus so we need to create a connection with the bank. How can we create a credit card…
Dimitris
  • 21
  • 2
2
votes
0 answers

How do I create a method that takes into account annual salary raise, annual interest rate and number of months to calculate the balance in the bank?

I am having a bit of trouble creating a method that calculates the bank balance at the end of n months. Given the 3 variables = monthlySalary: what the employee earns at the start of every month monthlyInterest: the monthly interest…
squirrel
  • 309
  • 2
  • 11
2
votes
0 answers

sdram banks configuration in uboot

I had made uclinux(uboot+kernel+romfs) for my disco board for (stm32f429). Now I have a custom board which uses different bank (bank1 instead of bank2 in disco board) I tried to configure u-boot according to new board but I have an odd problem: when…
mehdi_sd
  • 49
  • 6
1
2
3
11 12