Jump to content

Credit Card Entry Form


php_guy

Recommended Posts

I'm looking at creating a web interface for cusotmers to enter credit card information.

 

What is the best approach for this? Keeping in mind security of data... Maybe this last point is more a question for web server administrators, but thought I'd ask anyway.

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 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?

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.