Magnetic Debit/Credit Card Readers -
I am looking to add the ability for my customers to process Debit/Credit Card transactions through my application. I also need to have some sort of keypad so that the customer can enter their PIN number. One of my customers wants to get rid of their Credit Card processing machines. I was wondering if any one else has added this functionality to their apps. If so, what reader did you end up using, etc.
Thanks!!
Magnetic Debit/Credit Card Readers -
I am looking to add the ability for my customers to process Debit/Credit Card transactions through my application. I also need to have some sort of keypad so that the customer can enter their PIN number. One of my customers wants to get rid of their Credit Card processing machines. I w
Encoding and decoding with Magnetic Card Writer / Reader -
Hi,
Can anybody help me with the code to encode Magnetic Card with Magnetic Card Encoder and
read Magnetic Card with Magnetic Card Reader? I have MSR205 Magnetic Card Encoder and MINI
123 Magnetic Card Reader. I want to have code in Visual Basic.
Thanks in advance.
Magnetic Card Scanning -
Hi all..
2 Questions:
1. How can I use VB to communicate with a Magnetic Card Reader, to check in a database if the card (for example, student card) is valid and if student fees are paid, and then send back a signal to the gate to unlock the gate, so that the card holder can pass
Force 2 lines... -
In Access...
I have a table with accounts , debit/credit, amount
I need to show a debit and credit line for each account even if there is no debit/ credit
Example:
12345 Debit $10
12345 Credit $-12
23411 Debit $6 <- I need to show 23411 Credit $0 also
24455 D
[2005] Debit/Credit Card Processing -
Is there a way to do debit/credit card processing in .net? Some kind of library or something?
Magnetic Strip -
Hello ,
i need information about magnetic strip.
i am developing a ID Card designing software which will design ID Card , implement barcode and magnetic strip .
Now only magnetic strip is left.
Just now i don't know what it is and how to do it.
queries:::
1) what is magneti
Coding Keyboard Magnetic Card Reader -
I'm developing a POS system that I'm integrating with a credit card verification software. Has anybody integrated a keyboard magnetic card reader with VB? The trick here is to always set focus on a text box. This text box will capture any data scanned in. I thought about using a timer
InnerQuery Report -
Hi,
I have one table named "Ledger". as follows ....
acccode ---------- vdate ---------- amount----------drcr
---------------------------------------------------------------------
101---------------02/4/03-----------2000.00------------D
103---------------11/4/03----
Looping records -
im using ms access as backend database;
this are my records;
Debit ---> Credit ---> Balance
============================
0.00 ---> 100.00 ---> 0.00
50.00 ---> 0.00 ---> 0.00
0.00 ---> 25.00 ---> 0.00
75.00 ---> 0.00 ---> 0.00
now using Do wh
printing in a format -
Hi there
I have a table in which the following fields are there voucher no.
debit account
credit account
debit amount
credit amount
narration
Now I want to print a voucher which is going to be stored in filling system
The format is like this
-------------------------------
Credit card Validation -
I want to accept a credit card and from there i want to validate it and send the amount to the icici bank. what are the steps i need to follow. what are the measures i need to take. what r the problems generally come into picture. All these i want to do in ASP coding. Please tell expla
Credit card payments. -
Hello,
I'm writing asp.net service, which allow to pay via paypal (it handle paypal accounts and credit cards as well). But know, I'm looking for a way, to process card payment via USB terminal. I'll be glad for any hints like:
-How it works (beceuse I've never worked with card reade
Crystal Report - from 2 tables -
Hello!
I am working with CrystalReports 8.5, for my VBProject.
I want to design the report as below specified.
I have 2 table namely 'AccountMaster' and 'Ledger'. the structure of AccountMaster is as below
AccountCode ..... AccountName ..... OpeningAmount ..... DrC
Credit card verification -
I need to verify that credit card numbers being entered are "valid" (not that they actually authorise, just fit all checksum requirements) using a PHP script.
Since I have no idea what algorithms are used to check numbers, has anybody seen some code that would do this floa
Magnetic card reader -
Hi
i am using magnetic card reader device connected with my keyborad .every thing was perfect but now it comes to my knowledge that users are playing with device they do swipe the card in note pad and then paste the value in input feild ,is there any way by which i can get the signal
SSL, Encryption and Credit Cards -
Currently my company gets credit card transactions through verisign (we pass the info on to verisign and they take the credit card and do the rest). However, we are thinking about switching to taking credit cards ourselves. I'm a little nervous as the programmer to take credit card num
Runtime Data Reports with Condition -
i am using vb6.0 & trying to have Runtime Data Report.The Actual Format is:
Debit Amt Credit Amt -------Column Headers
400 -------Debit Entry
400 -------Credit Entry
Now, If u willCheck Both
If my friends comes to know my credit card number, what can happen -
If somebody gets to know my credit card number only(without expiry date, name of owner) - can he/she use my credit card fraudulently on online transaction?
Often many merchant/mail order companies ask for credit card details (number,expiry date, name, date of birth etc.) over phon
Need zero suppression in Data report -
Hi,
I designed a report in DATA REPORT of visual basic 6.0 . I wish to suppress zero and print empty string when the field value contain zero in detail section. How can I do that. I have depiced a example. I need it to be done in DATA REPORT.
---------------------------------------
Simple Query in MySql -
I need help with a simple query in MySql.
It basically involves making a simple decision
for simplicity sake I have a table that has these fields
TrDate,TrReference,TrType,TrAmount
The TrAmount field may be positive or negative depending upon whether the transaction is a debit or a
[RESOVED]Textbox Truncate &/or Mask -
I have a text box that is going to take input from a magnetic card (like a credit card), or in my case a Players card from a casino. Each card has a specific number tied to the card but is encoded with some proprietary data that identifies the casino and division. Example: on the fro
Credit Card validation/e-Commerce -
We are about to start a system that requires credit card as mode of payment. please tell me where/how to start with this. i have no previous experience with the credit card thingy. i've heard about verisign, merchant bank, etc, but i do not know where to start. any help or a website re
PayPal questions: -
Alrighty then.
I've decided to offer some of my capabilities for financial gain and/or profit.
I Think that paypal might be what I want to use to recieve this untapped wealth of financial gain.
So, Looking at their site, I see that a personal account is free.
Free is good.
outstanding list -
I dataentery in table(outsanding) debit and credit ledgerwise and billwise,
when I dataentry in opposit then show through listview billwise position after filtter net billwise position.suppose 1. fisrt entry (ref.No 101) Amt.10000 debit(flag). 2.second entry Ref.No.102 Amt. 25000 debi
running balance -
Im trying to compute the running balance of my accounts using this code;
Code:
SELECT Ledger.LedgerDate AS LedgerDate, Ledger.TransNo AS TransNo, Ledger.Supplier AS Supplier, Ledger.Debit AS Debit, Ledger.Credit AS Credit, (SELECT SUM(Credit-Debit) FROM Ledger SL2 WHERE SL2.Le
two parameters to one table -
Hai...
I am working Crystal Report 8.5 for report designing... to my VBProject... There i require a report... which is having the interface with the below listed components.
start date, end date are two date values.. should be passed as parameters... to the required report...
saving credit card info -
we want to allow users of our site to save a credit card on file so they can do quick purchasing, but I don't want to store their numbers in a database because of security. I was thinking store all their account info in our db, but store the credit card in a cookie? or possibly store h
Python local variable referenced before assignment -
im trying to create a bank account data type. i have the following code:
Code:
def bankAccount():
bal=0
def credit(amount):
bal=bal+amount
def debit(amount):
bal=bal-amount
def balance():
return bal
return (lambda x: {"credit":credit,
"deb
Bank Transaction using credit card -
Hi dears i need a help . i want to do bank transaction using credit card . i mean tat i want to send moeny and recive money using credit card . thanks
We accept Visa, Mastercard, etc.... -
Does anyone know where to find a code sample, or information on how to write code into an application for processing credit card, debit cards, etc. This would be something completely new to me that I would be interested in learning.
software rip offs -
Ive developed software that i will be selling on the net.
I will be accepting credit cards through my website, and was just thinking.. what if someone pays via credit card, downloads my software and then does a chargeback on the card after they have installed the software, credit card
Credit Card verification!! -
I saw it somewhere out there but cant remember where it detects if the credit card number entered is in the correct format it doesnt have to mean that the credit card number has to be activated just to make sure that its in the correct format ?? any help would be apreciated.
or i
Radio Button matters...Words VBA -
Dear All Experts,
Has anyone could help me please. I create a debit / credit table in a word document using blank fields inside rows to be filled out on the VBA. The shymptom is like this, if I click each radio button (DEBIT) then it will write on each Field "DEBIT" on the
Credit card encryption -
Does anyone no if there is a standard algorithm to encrypt credit card numbers or do programmers do it in different ways? Thank you.
credit card processing in Winform -
How do you setup your windows app to process credit card to a merchant services? Is there a generic API/SDK can be obtain anywhere? Can someone please provide me with some directions where to look thanks!!
Visa and debit card processing -
Anyone have any code samples, information, or know where I can read up on coding my applications to accept Visa or debit transactions?
sql query for data report , common question.. -
Dear frens,
i need some help regarding data report.
i am using access 2000 as backend and visual basic 6.0 for front end.
i have two table like below..
tblTransaction
ID Date Rate Qnt
___________________________
1 2/2/07 10 5
2 2/3/07 10 2
3 2/4/07 20 3
4 2/6/07 20 2
t
how to calculate credit card interest -
Everyone should love this - how to calculate credit card interest???
Is there any built in function for it in VB, Excel etc.?
If I buy a goods on my credit card costing $ A, if APR is r%, if minimum balance is $ m per month and if I pay back $ p1 in 1st month, $ p2 in 2nd month,.
Online payments -
Does anyone know what is involved with setting up a web site to allow online payments. eg If I wanted to be able to accept Debit/Credit card payments on a very small scale for a business run from home, how could I do this securely without it costing the earth?
Adding some Values to Running Total in Crystal Report 8.5 -
Hello
I m creating Account Ledger Report in Crystal Report 8.5.
I have put DATE , DESCRIPTION , DEBIT & CREDIT fields from Tbl_Ledger
and for balance i have created a Formula (RemBal) and write the code Tbl_Ledger.Debit - Tbl_Ledger.Credit
This (RemBal) has put it in Running