Re: Storing Credit Cards, Passwords, Securely, two-way encryption

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Neil made a great post about storing credit card data at your own site 
securely.  I thought I'd add a note:  If you do implement his suggestion, 
I'd suggest adding a Reference type situation:
(1) When you add credit card data to the system, have it return a valid 
Reference to that credit card.  This Reference is only valid within your 
office.
(2) Store the credit card Reference with the end-user record (for monthly 
billing)
(3) To run a monthly billing, simply send the credit card Reference, with 
the $amt to your secure credit card server for processing.  It keeps the 
log, and returns a simple SUCCESS or ERROR return

Note: Make sure to store the billing data with that credit card #, so you 
keep your rates down.

DanB

Neil Smith [MVP, Digital media] <php@xxxxxxxxxxxxxxxxxxxxxxxx> wrote:
[SNIP]
As Bob's book is so bloody good, here's the ASIN for it in case you
want to read all 650 pages of good advice ;-)
http://www.amazon.com/gp/product/0130464562/qid=1136589506/sr=8-1/ref=pd_bbs_1/104-3174210-9795945?n=507846

HTH
Cheers - Neil

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [Postgresql Discussion]     [Kernel Newbies]     [Postgresql]     [Yosemite News]

  Powered by Linux