Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help on Credit Card

Status
Not open for further replies.

nakulchauhan

Programmer
Joined
Jan 5, 2001
Messages
1
Location
IN
I need help for credit card programming in Javascript.
The requirements are :
The script should :
1.Check the validity of credit card from card's site.
2.Check the amount in that account.
3.Transfer of payment from 1 account to another.
4.Check that the payment has been transfer.

Please help. I need it for my own site.
 
i dont think that javascript will be able to help you on this one unless you use server-side javascript. even then, i don't know how much help it will be, so, i would go with another server side language. but, first off, i would contact the people you have a merchant account with, because they probably have some sort of script to make this easy. adam@aauser.com
 
You're going to have to use a third-party processer such as They will give you an API to access their system, though it will have to be server-side, unless you host the server transactions on their side.
Sincerely,

Tom Anderson
CEO, Order amid Chaos, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top