Jump to content

Credit Card Entry Form


php_guy

Recommended Posts

at the very least invest in SSL -- at that point you can use an auth.net account to generate an authorization number, at that point the credit card number is stored on their servers, and you never need to even see that.  just need the exp, cvv2, billing address and such.

at the very least invest in SSL -- at that point you can use an auth.net account to generate an authorization number, at that point the credit card number is stored on their servers, and you never need to even see that.  just need the exp, cvv2, billing address and such.

 

Yup, and for the UI try phpcoin for free or clientexec for a fee

  • 1 month later...

Just want to bring this topic up again...

 

Are you saying that if I use this auth.net, then the credit card data will be stored on their servers and not mine?

 

The way it works is:

 

1) Customers enter their billing info in the site

2) The site should store this data somewhere - preferably if it can be stored in auth.net then that's better, since the website owners would not be liable for the data

3) At some point, customer service representatives will need to bring up this credit card data so that they can manually enter it in th back end billing system. Note: For this step, it currently needs to be a manual process of transferring it from where ever it is stored to the billing system (the hooks for automatic transfer are not in place yet, and we cannot wait until they are, so we are using this manual process for the time being)

 

Can anyone comment on this?

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.