I'm using CIM, so I don't store what the credit card number is. Would there be a way to figure out if the same credit card was entered before?
08-23-2011 01:25 AM
I think - though I could be wrong - that it will pass an error if you try to set up a second billing profile with the same credit card number. And as I mentioned in another thread, you could theoretically store a one-way hash of the credit card number in your database along with the profile ID. That way you can match on the credit card number, but anyone who gains access to your database would have to run through a vritually infinite number of combinations to guess it.
08-23-2011 07:40 PM