iEntry 10th Anniversary Forum Rules Search
WebProWorld
Register FAQ Calendar Mark Forums Read
eCommerce Discussion Forum Ask questions about web hosting, merchant services and ecommerce issues. Topics include shopping carts, security, payment strategies, storefront partnerships, etc.

Share Thread: & Tags

Share Thread:

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-04-2008, 11:02 AM
WebProWorld Pro
 
Join Date: Sep 2006
Posts: 140
optimalwebsite RepRank 1
Default Client want to be able to take deposits via website!

Hi there,

I have a client who is in the wedding industry and wants to be able to take credit card deposits online. Does anyone know what the best way to organise this is? Any help appreciated!

Warm Regards,


Joel
Reply With Quote
  #2 (permalink)  
Old 04-04-2008, 01:30 PM
crankydave's Avatar
Moderator
WebProWorld Moderator
 
Join Date: Aug 2004
Location: Playing with fire!
Posts: 4,212
crankydave RepRank 9crankydave RepRank 9crankydave RepRank 9crankydave RepRank 9crankydave RepRank 9crankydave RepRank 9crankydave RepRank 9crankydave RepRank 9crankydave RepRank 9crankydave RepRank 9
Default Re: Client want to be able to take deposits via website!

Needs to establish a merchant account for a gateway if the don't have one. Needs a processing bank. Many times the merchants local bank is far too expensive compared to others. Needs a secure cart and host including SSL.

Dave
Reply With Quote
  #3 (permalink)  
Old 04-04-2008, 02:15 PM
advancedmerchant's Avatar
WebProWorld Pro
 
Join Date: Aug 2003
Location: Fullerton, CA
Posts: 169
advancedmerchant RepRank 1
Default Re: Client want to be able to take deposits via website!

Crankydave has it right, you need a merchant account and gateway account. A shopping cart makes the coding easier (you can have "products" that represent different levels of deposit- Deposit for wedding type1, type 2, deluxe, etc) but is not necessary.

Most gateways have provisions where you can collect the data and send it via an HTTPS POST with hidden variables. Gateways also offer "hosted" payments, where you collect all the info EXCEPT the credit card data, and the gateway opens a window to take the credit card data. The former requires you to have an SSL cert, the latter does not. Popup blockers can make the latter method problematic.
__________________
Accept Credit Cards Anywhere!
www.merchantanywhere.com
Reply With Quote
  #4 (permalink)  
Old 04-04-2008, 11:08 PM
WebProWorld New Member
 
Join Date: Apr 2006
Location: Huntsville, AL
Posts: 21
toolameforyou RepRank 0
Default Re: Client want to be able to take deposits via website!

One easy way (pretty fast too) is to use PayPal's system. All you need for them is a checking account and your own secure cert... They do have a $30 per month fee for the full integration (gateway/processing).
__________________
You'll never be more rich than you are thankful.

http://www.a-1appliance.com
http://www.RocketCityHosting.com
Reply With Quote
  #5 (permalink)  
Old 04-05-2008, 03:29 AM
jawn_tech's Avatar
WebProWorld 1,000+ Club
WebProWorld MVP
 
Join Date: Jun 2004
Location: USA
Posts: 1,546
jawn_tech RepRank 3jawn_tech RepRank 3
Default Re: Client want to be able to take deposits via website!

I was going to suggest PayPal as well. Just a few short years ago, people would have scoffed. But I'm seeing more and more "professional" websites using PayPal.

This is partly because PayPal no longer requires your customers to have a PayPal account just to make a credit card payment.

And they do have free shopping carts. Though the free version isn't fully integrated into your website / domain, it does have the feature to have your customers click a link to return back to your website (the URL that you designate) once the payment has been made.

But if PayPal isn't your thing, a Google search of "paypal alternative" can dig up other similar free systems, some of them charging a fee something comparable to PayPal's processing fees, which are currently 1.9% to 2.9% + $0.30 USD.
__________________
Domain Name Registration and Website Hosting :: DesignerTrade
Reply With Quote
  #6 (permalink)  
Old 04-05-2008, 03:42 AM
WebProWorld Member
 
Join Date: Jul 2003
Location: Lake Forest, California
Posts: 37
hs4u RepRank 0
Default Re: Client want to be able to take deposits via website!

If you can process the credit cards via phone then Mal's e-commerce with Mal's ecommerce might be the answer for you. You can make it so they submit their info including the CC number and the site will capture it. You log in to your account and retrieve it and process it at your business. No merchant accounts needed and it is free up to a certain point. I have a client who has used it for 7 years now without a hitch and she has some large companies that buy from her every month.

Good luck!
__________________
Question Authority - Just not MINE!
Reply With Quote
  #7 (permalink)  
Old 04-07-2008, 09:39 AM
villageloop's Avatar
WebProWorld Member
 
Join Date: Dec 2007
Location: South Florida
Posts: 71
villageloop RepRank 1
Default Re: Client want to be able to take deposits via website!

Another vote for paypal here, especially if you just have one item and one amount.

Paypal has a simple button feature which is very easy to implement. It only works if your payment is very simple (lets say you are accepting a $500 deposit from anyone online).
You just create the button through paypals admin and then post the code on your website and you are done.

We have implemented these for clients in a few hours. However if you have to go a single step up, anything a tiny bit more complex, then you will need to use the gateway, merchant, shopping cart features listed above. This requires more knowledge, time and overhead regardless if you have 2 products or 20000. The initial setup involved for the payments is generally the same. Considerably more time is involved.
Reply With Quote
  #8 (permalink)  
Old 04-07-2008, 10:04 AM
WebProWorld Member
 
Join Date: Feb 2008
Location: Greenville SC
Posts: 31
dreras RepRank 0
Default Re: Client want to be able to take deposits via website!

One other possibility is Google Checkout. It works a lot like Paypal and its very easy to setup and configure. Both Paypal and Google Checkout are great if you DO NOT have a bunch of products. If you do have a bunch of products than a shopping cart with a merchant account might be better.
__________________
Learn about organic SEO with accessible website development
Reply With Quote
  #9 (permalink)  
Old 04-07-2008, 10:28 AM
mjancosek's Avatar
WebProWorld Member
 
Join Date: Jun 2007
Posts: 27
mjancosek RepRank 1
Default Re: Client want to be able to take deposits via website!

I would agree with some on PayPal (on certain products, preferably low cost). However, with higher end products and depending on the price of the security deposit I would suggest a higher end solution. Yourpay.com and Authorize.net are usually the two I suggest.

Sure Paypal has become a little better in the past couple of years but I feel alot of people still feel negative towards them. Plus I am a little old fashioned and believe that if people see a high end gateway (authorize.net) they will feel a little better giving out credit card numbers. That is why I usually put their logo on the form page.

DO NOT forget the SSL!! I still see that alot as well....lol
Reply With Quote
  #10 (permalink)  
Old 04-10-2008, 10:48 AM
WebProWorld New Member
 
Join Date: Feb 2008
Posts: 1
BadRad RepRank 0
Default Re: Client want to be able to take deposits via website!

I agree PayPal would probably be a good choice, dependent on how many customers you have that wants to pay with credit card direct.
Reply With Quote
Reply

  WebProWorld > eCommerce > eCommerce Discussion Forum

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

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
What FTP client do you use? colr Web Programming Discussion Forum 8 05-13-2009 05:42 PM
FTP Client Login - Linked to website Rosie101 Web Programming Discussion Forum 1 09-13-2006 01:31 PM
Website for client ecampsite.co.uk Submit Your Site For Review 10 11-02-2005 11:00 PM
Website Designers - Client Admin Area m4K Web Programming Discussion Forum 1 05-18-2005 01:30 AM
Famous client VS paying client MtraX The Castle Breakroom (General: Any Topic) 4 11-28-2003 07:52 PM


All times are GMT -4. The time now is 12:33 PM.



Search Engine Optimization by vBSEO 3.3.0