
Red Dragon
Deleted
Feb 11, 2000, 9:18 PM
Post #3 of 3
(308 views)
|
|
Re: Secure Credit Card Transactions
[In reply to]
|
Can't Post
|
|
If your going to analyze the information for verification purposes before sending it to a transaction server like authorize.net to reduce the amount of cost incurred because of fraudulant entries. There are two ways to do it. The easy way is to allow them to submit the information and you test it, for valid cc number or valid exp date, ect, then print a "confirmation" form that actually posts to the secured server. The tough way, have all the necessary modules installed on your server to post to a secured server using LWP. This will require, pretty much, everything a server needs to operate as a secured server, including but not limited to, SSL encryption modules (such as openSSL or SSLeay), LWP (for perl posting to the server), RSA if your inside the united states. I recommend consulting with your system administrator on what you are capable of doing with the account/package that you have.
|