Questions tagged [banking]

Banking refers to the process of carrying out financial transactions through centralized institutions known as "banks".

Banking refers to the process of carrying out financial transactions through centralized institutions known as banks.

220 questions
-1
votes
2 answers

SAS - Analysis on 'Fraud' Account/Routing numbers via RDIs (bad checks)

So I am new to SAS and the business world and am having a terrible time with a task that I am doing. Brief: I have a data set RDI_HIST which shows all RDIs by account/routing # within ~6 Months. There are ~250,000 transactions in the data set, some…
Seven7
  • 11
  • 2
-1
votes
1 answer

How to create credit card PAN generator based on a specific pattern?

I'm building a system for a small bank for card issuance, what I need is how to make the system generate Card Number sequence (or PAN) based on a specific pattern. For example, First six digits of PAN are the bank BIN: 517070 The next two digits are…
-1
votes
1 answer

I want to get Opening & closing balance from my Transaction Table in MS Access Query

I have a table in MS access database with Table name : Transaction(*Trns_id, Trns_type, Tr_amount, Trns_date) The table data is below Trns_id Trns_type Tr_amount Trns_date T001 Deposit 500 01-11-2016 T002 Deposit …
K Mandal
  • 1
  • 3
-1
votes
1 answer

PHP: Sessions inside sessions?

I'm building a PHP application that needs to store sessions withing sessions. The application I'm building is a Banking/Teller project, a session will be created when the teller logs in, this will always be present until the teller logs out, just…
Brad Turner
  • 91
  • 1
  • 3
  • 5
-1
votes
2 answers

C# - how to monitor transaction activity for a banking application

I have been trying on a banking application code in which I want to monitor transaction activity where you read through a list of transaction records and return account nos that have exceeded the threshold amount for a given date. For this I created…
coder
  • 21
  • 7
-1
votes
1 answer

Banking Program, withdraw function doesn't work? (C)

for some reason I can't get the withdraw function to work in my banking program... I thought I was doing it correct as the functions can be very similar to the deposit function. The problem is I can't seem to get a withdraw amount without the…
Blucyrik
  • 5
  • 3
-1
votes
3 answers

Java - Storing Names in ArrayList and Using it to Login

I have a task to do which involves asking the user to input their last name and giving the user an account number to login to the program. I have listed the steps below which might make more sense. 1) User creates an account 2) User enters their…
Imraan
  • 1
  • 5
-1
votes
1 answer

Is banking information necessary in order for iAds to start working?

Do I have to provide my banking information and agree on the contract(or whatever that is) beforehand, Or should I only do it once it's time to receive the money?( if there is any money at all) and iAds will just start working automatically?
Abdou023
  • 1,654
  • 2
  • 24
  • 45
-1
votes
1 answer

Overdraft method for bank account

I'm trying to apply a method that will check if the account has went over the OVERDRAFT_LIMIT. I have tried several things but haven't succeeded. This was something I did but did not know how to apply it: public void testForOverdraft(double…
-1
votes
1 answer

JAVA, Quarterly Interest with for loop

import java.io.*; import java.util.*; public class DonaldsonDuaneMidtermActivity3A { public static void main (String[] args) { Scanner keyboard = new Scanner(System.in); float annualRate = 0.0F; float quarterlyRate =…
-1
votes
2 answers

Do banks provide any developer api for app use?

I want to know if there is any banks that provide an api for developers (specifically android) so they can have users enter their account info (maybe just the username and not password) and then the api can retrieve the account balance from the…
omega
  • 40,311
  • 81
  • 251
  • 474
-1
votes
3 answers

C: warning: ‘withdrawal_amt’ may be used uninitialized in this function

I am writing a program for my intro to C class and keep getting some warnings when I try to compile with gcc. Here is my code: int main () { float balance; float beg_balance; float withdrawal_amt; float deposit_amt; float amount; int…
user3092177
  • 1
  • 1
  • 4
-2
votes
0 answers

UPI Information from API Request

I wonder if we could use UPI ID and get the bank details and transaction history via API request. For example a user enters their UPI ID and gets all the information. I did search the Internet for the response but got nothing to my match
-2
votes
1 answer

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 vulnerable to outside intrusion because of some defects…
Muhammad Shahab
  • 4,187
  • 4
  • 34
  • 44
-2
votes
1 answer

Cannot get double(balance) to update

"I am trying to make a banking application that updates the balance everytime you enter a deposit or a withdraw. I got the menu and everything else to work nicely but while printing out the final balance, the balance always stays at 5000.00. Where…
Cy Yatez
  • 17
  • 2
1 2 3
14
15