You could also store the credit card as a hashed value. This way it is secure and yet it is still accessible for charge backs issued by the bank. A hashed card could only be looked up if you already knew the credit card number. I would also store the type of card, which can usually be determined by the first character and sometimes storing the last 4 digits are helpful for display purposes.
>Most secure way is not to store it. If you have to, I would store the first >and last 4. > >-----Original Message----- >From: Doug Brown [mailto:[EMAIL PROTECTED] >Sent: Monday, August 14, 2006 7:47 PM >To: CF-Talk >Subject: OT: Payment gateways & storing of CC info > >I was wondering what payment gateways you are using. I checked on wells >fargo, and they charge 2.4% per transaction plus 0.31 cents per transaction. >Anyone know of others with better rates? Also, I was wondering how everybody >stores their CC information. I of course want the most secure way possible >and would appreciate any ideas. > > >Thanks > >Doug ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:249784 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

