Forum Moderators: coopster & phranque

Message Too Old, No Replies

secure transmission of credit card numbers

how do i do it?

         

randomuser

9:05 pm on Aug 7, 2002 (gmt 0)

10+ Year Member



i'm writing a shopping cart script for a very small business. they want me to just email the orders (including credit card) to their distributer. i don't think that is very secure. anyone have any easy or not so easy solutions? i'm not sure what resources they have at their disposal.

jatar_k

9:56 pm on Aug 7, 2002 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I found a thread or two that might help a bit

Posting credit card information through email [webmasterworld.com]

There are a few options. They could just get some 3rd party to process the cards such as authorize.net. They could have a secure server and do the encrypting in a db or they can do PGP. It really all depends on what they presently have available to them. Brett started another interesting thread dealing with the issue of secure transactions not long ago as well. Deals with it from a high level but definitely worth a read.

Secure - Insecure and the Sleaze Factor [webmasterworld.com]

ergophobe

1:59 am on Aug 8, 2002 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member Top Contributors Of The Month



Are they aware of their potential liability?

They should ask their credit card clearing agency (or whatever it's called) who handles their merchant account. They clearly take creidt cards, so they must have someone who is processing them. I was helping a tiny non-profit bookstore that has a small budget and mostly volunteer staff. I think it was something like $19.95/month to add web processing from their Visa merchant account issuer (Bank of America).

Disadvantages
- $19.95 / month

Advantages

- security: no CC info is ever recorded on the store or host servers, it's all handled by BoA who should know something about secure transactions

- liability: the store is never responsible for securing the information, so there is no potential liability, in fact less than if they were handling orders in-store from walk-in customers.

- processing: no need to wait for someone to read the email and manually do the transaction. You have a processing number and some other info in case you need to refund money or anything like that.

- validation: fast and thorough

Of course, the store in question decided they didn't want to change from their system which is only one step better than the one you describe. My feeling is that if you're really trying to do e-commerce (rather than just make a few sales on the side), $19.95 for real security should be a deal.

Since they already have a merchant account somewhere, they ought to be able to set up something like this.

Cheers,

Tom

eplus

6:17 pm on Aug 13, 2002 (gmt 0)

10+ Year Member



try mals-e.com they offer a nice little free shopping cart that you can happily brand to whatever you want. Every time an order is recieved you get an e-mail including a link to the secure page where you can retrieve the credit card number. It's much more secure than having an e-mail sent. The only way you can get away with an e-mail is if it's sent encrypted and even then I'd rather not.