My client want to be able to accept orders online, but hold the card info and a member of the sales team manually debit the card.
What is the safest way to store the card details?
I'm a bit wary about storing them on the Viart database.
Does anyone else do this?
I know this is not ideal and we'll be moving to a payment gateway eventually, but we do need to implement this for a month or so.
Cheers!
Neil
TOCDCO
17 Mar 2008 6:16 PM
well, your cc information is as safe as your database. You will want to host it locally, and not on Viart Server. Also, you can do an ODBC connection to remove the information once you charge the card.
I use and ODBC connection along with Microsoft Dynamics, so I'm not so sure of how you're going about this...
TOCDCO
17 Mar 2008 6:21 PM
let me know if you need help with getting it to function correctly
nemorton
19 Mar 2008 11:37 PM
Hi - decided not to store them in the end. Thanks for your help though.
Do you know of an easy way to ONLY store the last 4 digits?