Questions tagged [bank]
169 questions
0
votes
1 answer
Is there a common unique identifier for transactions from plaid and QFX file?
Is there a way to uniquely identify a transaction from a QFX file (downloaded from a bank) and the list of transactions fetched from plaid?
There is FITID in the QFX file and transaction_id in plaid transaction list. But is there any common unique…

trueblue
- 33
- 4
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…

Wilson
- 55
- 1
- 7
0
votes
1 answer
Asp.net redirect to bank sms verification (3DPay) page after form post
I am trying to create credit card payment page.
I am posting the form in code behind (C#) and successfully get the verification sms from bank.
But it does not redirect to bank sms verification page so there is no where to enter verification code.
So…

SoftDev00
- 1
- 1
0
votes
1 answer
do we need to add bank details in stripe to receive payments
I am making a site(React js and firebase) where I want to recive payments with stripe. I want to know that do we need to add bank details to recive payments

Daksh Desai
- 3
- 1
- 2
0
votes
1 answer
Cannot connect to Bank Of America via Plaid
While connecting to Bank of America via Plaid, a Account not currently supported. Your account is not currently supported. Please log in to a different account message is displayed.
Plaid connection is working for Chase.
I'm using plaid-ruby to…

trueblue
- 33
- 4
0
votes
1 answer
MasterCard Gateway - Order of Operations
although I can while reading the documentation understand what the different operations do, I'm rather unfamiliarized with the all "Bank API" enviroment.
My question:
After the Authentication Payerm what should be the order of operations?
TIA,

David Cardoso
- 451
- 1
- 4
- 9
0
votes
0 answers
Java - for loop skipping over values?
The following code is supposed to do the following:
loop through an array of accounts, consisting of (the AccountHolder(which consists of name, address, and ssn), the ssn, the 4 digit account number, the single digit account type (which will equate…

NinStarRune
- 23
- 1
- 7
0
votes
1 answer
Java - arraylist out of bounds?
I don't know what's going wrong here. As I understand it, it should be working:
public void deposit(int accNum, double balance)
{
for (int i = 0; i < numAccounts; i++)
{
if (accNum == accounts[i].getAccNum())
…

NinStarRune
- 23
- 1
- 7
0
votes
1 answer
Java - if statement failing when comparing an element of an array to a passed int to see if identical
A bit confused here. The way I have it set, when called, it should cycle through each element of the array that's populated and check to see if that element's int accNum is equal to the passed int accNum and if so output a summary of the…

NinStarRune
- 23
- 1
- 7
0
votes
1 answer
Javascript coding problem when I want to add balance from withdraw input
I am trying to change the amount of withdraw balance when I click withdraw button. But when I click withdraw button, only the withdraw amount changes. Where is the problem? The deposit button works fine. Please check my code.
code link :…

Abdul Basir
- 11
- 1
- 6
0
votes
0 answers
Storing Bank Account Number and Sort-code in the Database
I need to store UK Bank Account Number and Sort Code in my MYSQL database to send the users payments.
The PHP/Laravel site will be hosted on AWS with SSL & off-course the Account Number and Sort Code will be encrypted (Mcrypt) when stored in the…

Billy Mahmood
- 1,857
- 5
- 26
- 37
0
votes
0 answers
XML file change
Will the bank accept an xml file that has been generated if I edit the date within the file? I had generated a file for the bank with the payment date as yesterday but it was never uploaded to the bank so now need to change the payment date to today…
0
votes
1 answer
NoneType object has no attribute
def forecast(bank, years):
class Bank:
def __init__(self, name):
self.name = name
self.mark_cap = 0
self.acc_list = []
self.age = 0
def lend(self, principal, ann_inc):
self.mark_cap -= principal
def forward_year(self):
…

shivil19
- 1
- 1
0
votes
0 answers
How to make bank account review and transactions in R
I would like to enter into my bank account, read my savings and credit account balances and make some operations if possible with an R program. Is this ever possible ?
I…

Ulquay
- 45
- 6
0
votes
2 answers
how can i update balance after doing withdrawal and deposits(withdraw,deposit,balance inquiry) java
I have a homework in java. I am tasked to build a bank that can withdraw, deposit and inquire balance. My problem is that I couldn't get to update my balance after deposits and withdrawals... I've tried everything I could do but still cant get the…

2se4n
- 1
- 1
- 6