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
3
votes
2 answers

SWIFT ACK Message Parsing

I am Generating a SWIFT Messages MT 110 and MT 103 through my java based application. For reconciliation and sharing with end customer, we need to map the Ack Nak message received from SWIFT terminal back to MT 110 and MT 103 transactions. To do…
Rajendra
  • 59
  • 1
  • 1
  • 6
3
votes
3 answers

How can I bill within an application

I've been programming for years, and I've also done a few professional programming projects. I recently had a friend ask about creating an e-commerce site, but I had to turn her down because I had never worked on a web application that can bill. I…
Cory Walker
  • 4,809
  • 4
  • 28
  • 32
3
votes
2 answers

How to pay users on Android

I would like to know the best way to do this: users of my Android app gain points as they use the app. they can then 'check out' their points for money to their paypal or bank account the app should take the money out of my the app's paypal account…
Nickmccomb
  • 1,467
  • 3
  • 19
  • 34
3
votes
0 answers

How do banks handle cross bank transaction?

let's just say that customer A in bank 1 wants to send 1000$ money to customer B in bank 2. How do the banks make sure that this transaction is atomic? I understand that inside the same database, we can use database transaction to ensure the…
Ike
  • 1,194
  • 12
  • 18
3
votes
2 answers

What's the technical reason behind the 2010 bank card problems in Germany?

It's been in the news (1) (2), but there's been no technical explanation, besides that it is a software bug on the chip. Is there any further information on what kind of bug this is? A one-off bug, some number conversion problem or ...? EDIT:…
Daniel Rikowski
  • 71,375
  • 57
  • 251
  • 329
3
votes
4 answers

How are monies handled / stored in a web app

If an app is to accept monetary deposits in form in return for credits that can be used for services, how is the money stored, deposited and withdrawn. ie. in adwords you deposit say $10 into your account then your shown a credit of $10. But this…
sam
  • 9,486
  • 36
  • 109
  • 160
3
votes
2 answers

What are all Financial Industries - Standards, Protocols and Data Model?

When I was preparing for TOGAF exam, I came across Open Standard available for DataModel, Service Model, Architecture for many industries. (Example: ARTS has defined a data model for the Retail industry. Energistics has defined a data model for the…
Mohan Narayanaswamy
  • 2,149
  • 6
  • 33
  • 40
3
votes
2 answers

Database structure for storing Bank-like accounts and transactions

We're in the process of adding a bank-like sub-system to our own shop. We already have customers, so each will be given a sort of account and transactions of some kind will be possible (adding to the account or subtracting from it). So we at least…
user1241320
  • 481
  • 3
  • 7
  • 16
2
votes
1 answer

How to represent banking account information in a database?

Hope this is not too off-topic. I'd like to know which fields are necessary to represent banking account details for customers that might be anywhere in the world. I know about SWIFT (i.e. IBAN/BIC codes), but what if a customer wants to use the…
AndiDog
  • 68,631
  • 21
  • 159
  • 205
2
votes
3 answers

how to develop web app to sell online

I have made a booking system for online ticket reservations, but they cant pay online! so I now I have a client that he wants me to make them able to pay tickets online. The problem is that I have never worked with ecommerce before. Is there any…
TooCooL
  • 20,356
  • 6
  • 30
  • 49
2
votes
3 answers

How do I set the precision of a float variable in c++

It will print 88.89 to the console because, 88.888 with a hundredths place rounding precision equals 88.89. How do I make "b" equal to the value of "a" rounded to the hundredths place. (e.g. 88.89) How do I make it so its like, | float b = "a"…
user17583950
2
votes
2 answers

Importing module from Python non standard library

I am a beginner here. I am trying to use a bank simulator module in Python, whose name is banksim, but I do not get to do so. If I write the code import banksim, an error is returned. Furthermore, there is no pip install mentioned by the developer…
2
votes
1 answer

OFX Connectivity options

We currently use a product from NSoftware that allows us to connect to banks directly using the OFX protocol to download transactions and balances. OFX is functional on a lot of banks, but I was hoping to get insight from others who have used other…
Mikecito
  • 2,053
  • 11
  • 17
2
votes
0 answers

What is Omni Channel Experience between mobile applications and website?

I have B2C application as well as Web portal, I need to create Omni Channel Experience between those. Can somebody help me in this..?
2
votes
4 answers

Temenos T24 Database structure

I was working with R09 of Temenos T24 which had Oracle as the background. Table structure was 2 columns - RECID + Data in Blob (XML format). Has anyone got an idea, if the structure has been changed to RDBMS structure with the new T24 versions such…
Carlos
  • 81
  • 4
  • 10
1 2
3
14 15