|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
||||
|
||||
|
Credit Card Processing Help
I'd like to have users on my site have to enter credit card information only once, and be able to come back and buy things on that card without having to re-enter the info. I have a linkpoint accessable merchant account.
Does anyone know the best solution to this? Rhett |
|
#2
|
|||
|
|||
|
Are you using a server-side scripting language on your site? Such as PHP, JSP, ASP, etc.?
The best method to employ here would be to create a password protected, session-based login system, with the user's information stored in a SQL database. Correct username/password combination would log the user in and allow access to their stored information. |
|
#3
|
|||
|
|||
|
The question is whether its advisable to store credit card information in the database on the internet. Most would think its to risky to do so.
|
|
#4
|
||||
|
||||
|
Best thing to do would be to store the credit card info on a different server behind a firewall (that only the web server can access), and encrypt the credit cards for sure.
- Shawn
__________________
Free Keyword Ranking & Keyword Suggestion Tool Search Engine Forums where you are paid to be a user Western Union | eBay |
|
#5
|
|||
|
|||
|
sounds interesting, how would that work in detail, digitalpoint?
|
|
#6
|
||||
|
||||
|
Not sure how else to explain it to be honest... web server collects the data, but stores it on a different server (that is not publicly accessible). When the web server wants to process a credit card, it tells the other server which card to process, that server responds to the web server with the results (approved, declined, etc.) Bottom line, is you make the machine with the credit card info only accessible by the web server (no other external machines or people) with your firewall.
As far as a "specifically how to", there is development involved there, so you are going to want to have your developers do it... - Shawn |
|
#7
|
|||
|
|||
|
basically I understood.. just wanted to know which software is involved. Because, well I'm a developer
|
|
#8
|
||||
|
||||
|
Software you write custom. Maybe there is something out of the box that does it, but I'm not sure... never looked for one.
- Shawn |
|
#9
|
||||
|
||||
|
Sorry...perhaps I am missing something...
Are we talking abt storing cc info? Hmnn.... Too risky!!! Perhaps MD5 will be a simple method. Any suggestions? |
![]() |
| Viewing: SEO Chat Forums > Other > SEO Scripts > Credit Card Processing Help |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|