grumble2
08-21-2005, 04:10 AM
hi, Im about to start reselling web hosting, and the biggest challenge for me now is how to accept online payments.
Ive decided against using a third party gateway/merchant such as paypal or paymate, as i believe it doesnt look professional--
Since im starting out I dont think the cost of both a paymentgateway/merchant account (real time payment processing) is justified. Although, for *bank statement* purposes, I will need a merchant account. Id like to get one with an australian bank, so does anyone know which one offers the cheapest fees/best service.
My plan, was to get customers to fill in their credit details via an online form, run some fraud prevention scripts, then using mcrypt the data is stored in a mysql table, which will be downloaded via SSH each day I make some sales and then deleted, and once a week manually process the credit cards at the bank.
Im not sure how secure this system is, but it was the most tightarse way I could think of for processing payments, that at the same time projects a proffesional image.
Any ideas on how to improve this system?
Ive decided against using a third party gateway/merchant such as paypal or paymate, as i believe it doesnt look professional--
Since im starting out I dont think the cost of both a paymentgateway/merchant account (real time payment processing) is justified. Although, for *bank statement* purposes, I will need a merchant account. Id like to get one with an australian bank, so does anyone know which one offers the cheapest fees/best service.
My plan, was to get customers to fill in their credit details via an online form, run some fraud prevention scripts, then using mcrypt the data is stored in a mysql table, which will be downloaded via SSH each day I make some sales and then deleted, and once a week manually process the credit cards at the bank.
Im not sure how secure this system is, but it was the most tightarse way I could think of for processing payments, that at the same time projects a proffesional image.
Any ideas on how to improve this system?
