PDA

View Full Version : Securing a form



leah35
20 Aug 2009, 03:54 PM
I have a client wanting to create online payment. He would like the customer to fill out an online form, with the credit card info and have the info emailed to him.
The customers that will be using the service are not all that internet saavy.
Is there another way to create secure online payment that goes directly into a bank account?
Most of the online payments require creation of a username and password.
We dont want to do that.

any advice would be excellent

makeityourweb
25 Aug 2009, 08:23 PM
IF they have a Merchant Account with Authorize.Net then they provide api's to create a form that will allow for people to either type in an amount or through your own code allow you to dynamically add the price.

This would then submit to the authorize for payment processing. Then you can produce much like paypal pro get a response if it went through or not.

Paypal Pro is obviously the other way to do this without leaving a site. If you can redirect out of the site Paypal Standard is a good option.

If you are going to do payment processing on your own site you really should get a SSL to help secure it.