Question?
Is there an option to not store the credit card information? We'd rather just pass that data on to our processor and not keep it stored in our local database, but we do want to store non-sensitive transaction details such as amount, date of transaction, possibly transaction id, etc. Is this possible?
Answer:
Yes, in the cart admin settings there is an option to not save the credit card to the database. The cart never saves the credit card security code (cvv2 code) as it is against PCI regulations to save the CVV. All the other info about the transaction is saved like amount, date of transaction, transaction id, etc