Jump to content

E-commerce questions/pitfalls


colombian

Recommended Posts

I have done all sorts of things from scratch in PHP - including a shopping cart(front end), a CMS, etc.

 

However, I have never done the processing of credit card part.

I was wondering if someone experienced in that area could give me some general advice.

 

The site that I will be working with will just be taking a donation.

I just want to make it as secure as possible.

 

Also, if you have a recommendation for credit card processing companies that  don't charge an arm and a leg - that would also be great. Paypal may be an option, but I want to know how to do it the other way - for when that opportunity presents itself.

 

Any advice on security, pitfalls, where to store and how to store credit card numbers (if at all - I assume those are passed to the processing company but not on our end). Any suggestions or code sample I should look at would also be helpful. (Or book recommendations).

 

I've recently been working with transactions, and I'm pretty comfortable with them.

 

Thanks in advance!

 

 

 

 

Link to comment
Share on other sites

the process is fairly standard..

 

Collect data securely send data via curl to a url of the payment gateways specifying.  The format of the data to be sent is also specified by the payment processor...

 

You will find may payment gateways have integration kits - I have seen the code in a few of them and to be honest they can be improved but you will get the idea...

 

http://pear.php.net/package/Payment_Process/ is probably the thing darkwater was pointing you toward - I have yet to use it but pear packages are on the whole very good.

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.