WebProWorld Part of WebProNews.com
Page One Link To Us Edit Profile Private Messages Archives FAQ RSS Feeds  
 

Go Back   WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum
Subscribe to the Newsletter FREE!


Register FAQ Members List Calendar Arcade Chatbox Mark Forums Read

Database Discussion Forum This is the place to find help resolving those nagging questions you have about implementing and using all kinds of databases. Need help writing a query? Need an opinion on Oracle? Post here!

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 09-02-2003, 06:37 PM
Cyber Gypsy's Avatar
Cyber Gypsy Cyber Gypsy is offline
WebProWorld Member
 

Join Date: Jul 2003
Location: Reno, Nevada
Posts: 39
Cyber Gypsy RepRank 0
Default SSL

Hi everyone. I am trying to build a site that accepts credit cards. Can I do it by creating a order form and using the SSL?. I checked out some shopping carts and they are too expensive. Any help would be appreciated. I have never used the SSL so I am new to that as well. I ony have 6 products to sell in various colors and sizes.
Margaret
Reply With Quote
  #2 (permalink)  
Old 09-02-2003, 06:54 PM
swstyles's Avatar
swstyles swstyles is offline
WebProWorld Pro
 

Join Date: Aug 2003
Location: Phoenix, AZ
Posts: 167
swstyles RepRank 0
Default

There are a lot of liability issues when accepting credit cards online. How will you store the credit card information? If you have a merchant account, you should call your bank and ask if they have any solutions for your needs. Most banks these days offer web type services with their merchant accounts.
__________________
Daniel M: South West Styles/STEELid
daniel@steelid.com
http://www.steelid.com
http://www.thephototool.com
Reply With Quote
  #3 (permalink)  
Old 09-02-2003, 10:11 PM
cyanide cyanide is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Toronto, Canada
Posts: 2,193
cyanide RepRank 0
Default

Once the form and SSL is set up, where does the information go ?
You can't 'form-to-email', or 'send to MySQL'.
These are not secure methods. If they were, there would be far fewer Internet Payment processors.

You need to find a payment processor.
eg)
2checkout.com
paysystems.com
worldpay.com
etc.
Make sure you spend plenty of time investigating them. They all have different pricing and features
__________________
|
Web Hosting Guru
| Need Help For Your Forum?
Reply With Quote
  #4 (permalink)  
Old 09-05-2003, 01:34 PM
Islands Islands is offline
WebProWorld Member
 

Join Date: Aug 2003
Location: Massachusetts
Posts: 36
Islands RepRank 0
Default Re: SSL

Quote:
Originally Posted by cyber Gypsy
Hi everyone. I am trying to build a site that accepts credit cards. Can I do it by creating a order form and using the SSL?. I checked out some shopping carts and they are too expensive. Any help would be appreciated. I have never used the SSL so I am new to that as well. I ony have 6 products to sell in various colors and sizes.
Margaret
Hi Margaret,
Not sure what you'll be selling but we have a basic shopping cart that's free. (webPeddle) You can add credit card processing for $18/month. Visit the site below for more info.

SSL has nothing to do with actual e-commerce. It's only a technique for encrypting data in transit on the Internet. You might want to look over the newsletter articles we provide to get some background on setting up an on-line store.
http://imaginenation.com/Public/Newsletters/index.htm

Cool website ...don't see many in pastels.

Mel
__________________
Parent Company: http://ImagineNation.com
http://webPeddle.net/Images/peddle-gold-ad.gif
__________________________
Reply With Quote
  #5 (permalink)  
Old 10-18-2003, 12:51 PM
glyons glyons is offline
WebProWorld New Member
 

Join Date: Sep 2003
Location: Massachusetts
Posts: 3
glyons RepRank 0
Default E-commerce consultant

Hi,

I am a CISSP (Certified Information Systems Security Professional). I have a web development team that specializes in e-commerce applications. Please check out these sample sites and get back to me if you still need some help.

Online Store for suppliments manufacturer
www.biotestedge.com

Online Legal forms generator with cc processing
www.selfdivorce.com

Online career site with cc processing
www.careerfile.com

Thanks
Gary Lyons CISSP
glyons@lyonsinc.com
Reply With Quote
  #6 (permalink)  
Old 10-20-2003, 09:33 AM
compusolver's Avatar
compusolver compusolver is offline
WebProWorld Member
 

Join Date: Sep 2003
Location: Oklahoma
Posts: 94
compusolver RepRank 0
Default

With many payment gateways, you don't actually need a complete 'shopping cart' script.

It depends on how many items you're selling, etc. but if only a few, a few lines of code will suffice - PLUS the gateway will write the code for you automatically - at least the one I'm a dealer for does. So does Authorizenet.com and most of the others. The only gateway I've had bad experiences with is Bank of America.

Some gateways want bags of money just to set you up ($400+) and some will set you up for $50. I've put up a little info about gateways and merchant accounts at:
http://www.compusolver.com/hosting/faq/

One more thing - will nearly all of these gateways, you do NOT have to have a secure server and you do NOT take the credit card info on YOUR site.

You take the customer and purchase info and hopefully store it in a database before sending the customer off to the payment gateway for credit card info. Then the gateway sends the customer back to your site with info to let you know whether the transaction suceeded, confirm the amount, etc. via form variables (hopefully POST vars).

I hope this helps.
__________________
- Hank Castello
www.CompuSolver.com
www.SmBizHosting.com
Hosting, eCommerce Gateways & affordable subcontract programming/consulting
Reply With Quote
  #7 (permalink)  
Old 10-20-2003, 10:22 AM
redcircle's Avatar
redcircle redcircle is offline
WebProWorld Veteran
 

Join Date: Aug 2003
Location: Grand Rapids, MI USA
Posts: 553
redcircle RepRank 0
Default

Taking cards on your own site does give a more professional feel though.
Reply With Quote
  #8 (permalink)  
Old 10-20-2003, 10:31 AM
compusolver's Avatar
compusolver compusolver is offline
WebProWorld Member
 

Join Date: Sep 2003
Location: Oklahoma
Posts: 94
compusolver RepRank 0
Default

Quote:
redcircle:
Taking cards on your own site does give a more professional feel though.
Arguably. These payment gateways will let you customize 'their' pages with your logo, etc. so it can still look like your site.

From another point of view, seeing PlugNPay or AuthorizeNet.com in the browser's address bar might well lend a sense of security to the customer. After all, unless your company is General Motors or something, the customer is likely to be more familiar with and hence have a better sense of security with one of the big gateway companies or even PayPal or 2checkout.com.

Hey - I should get a commission for plugging all those companies!
__________________
- Hank Castello
www.CompuSolver.com
www.SmBizHosting.com
Hosting, eCommerce Gateways & affordable subcontract programming/consulting
Reply With Quote
  #9 (permalink)  
Old 11-19-2003, 03:17 PM
LiviLou's Avatar
LiviLou LiviLou is offline
WebProWorld Pro
 

Join Date: Oct 2003
Location: Alabama
Posts: 291
LiviLou RepRank 0
Default

Since this topic was already started, thought I'd ask a question.

What about a site that takes donation, and doesn't have alot to spend? This is my situation. I want to be able to take cc, but with all of the different site out there, which one would be best for me?
Reply With Quote
  #10 (permalink)  
Old 11-20-2003, 12:23 AM
cyanide cyanide is offline
WebProWorld 1,000+ Club
 

Join Date: Jul 2003
Location: Toronto, Canada
Posts: 2,193
cyanide RepRank 0
Default

Quote:
Originally Posted by ImaDunce
Since this topic was already started, thought I'd ask a question.

What about a site that takes donation, and doesn't have alot to spend? This is my situation. I want to be able to take cc, but with all of the different site out there, which one would be best for me?
I think you would have been better off starting a new topic, rather than digging up this old one.
More responses that way.

Being a non-profit/donation type business, your best bet might be just to sign up for a paypal account and then you just have to put some 'donate' buttons on your site.
__________________
|
Web Hosting Guru
| Need Help For Your Forum?
Reply With Quote
Reply

  WebProWorld > Webmaster, IT and Security Discussion > Database Discussion Forum
Tags: ssl



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



Search Engine Friendly URLs by vBSEO 3.0.0