<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/1.5.1-alpha" -->
<rss version="2.0" 
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
	<title>william cooper</title>
	<link>http://williamcooper.blogsome.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Fri, 04 May 2007 10:47:42 +0000</pubDate>
	<generator>http://wordpress.org/?v=1.5.1-alpha</generator>
	<language>en</language>

		<item>
		<title>William Cooper</title>
		<link>http://williamcooper.blogsome.com/2007/04/16/william-cooper/</link>
		<comments>http://williamcooper.blogsome.com/2007/04/16/william-cooper/#comments</comments>
		<pubDate>Mon, 16 Apr 2007 09:44:18 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
	<category>Uncategorized</category>
		<guid>http://williamcooper.blogsome.com/2007/04/16/william-cooper/</guid>
		<description><![CDATA[	William Cooper
	Introduction To Ecommerce 
	Many people new to websites and/or ecommerce are confused at the in and outs of ecommerce. Even many people who are fairly adept at scripting can set up a store using some popular package such as OSCommerce and then are left stumped by the idea of making it work with a [...]]]></description>
			<content:encoded><![CDATA[	<p><strong>William Cooper</strong></p>
	<p><strong /><br />Introduction To Ecommerce </p>
	<p>Many people new to websites and/or ecommerce are confused at the in and outs of ecommerce. Even many people who are fairly adept at scripting can set up a store using some popular package such as OSCommerce and then are left stumped by the idea of making it work with a payment gateway to actually collect money and put it into their account. In this article, I will give a brief overview of how the system is set up to collect your money. I will then discuss briefly what to look for in evaluating payment gateways. As usual, I will keep this basic and understandable just as I do with all of my articles. </p>
	<p>The Basics - How Funds are Collected </p>
	<p>Ecommerce simply refers to the practice of shopping online. From the site owner&#8217;s perspective, it entails collecting funds from sales transactions on their website and depositing that money into the bank. In order to collect funds, you need to have a merchant account and a payment gateway (discussed below). Basically, when a person enters their credit card number on a website, the card number and buyer information is sent to a payment gateway. This is done securely. The payment gateway will interface with a payment processor to check availability of funds as well as any other criteria set for accepting transactions. If the funds are available, the payment processor will then deduct the funds. The payment gateway will then report back a successful transaction to the merchant, at which point the merchant&#8217;s shopping cart system will respond by displaying a &quot;Thank You&quot; type message to the buyer. Funds will sit until the transaction is settled, which means the funds are collected and deposited to your bank account. Until a transaction is settled, the transaction will not post to your bank account and the corresponding debit will not post to the buyer&#8217;s credit card account. </p>
	<p>Merchant Accounts </p>
	<p>A Merchant Account is a special type of account specifically for online retailers. They are designed to allow non-POS (point of sale) transactions using credit cards, or transactions where you don&#8217;t have the person&#8217;s credit card in hand. In other words, you don&#8217;t have a card swiper. A merchant account is not the same as a bank account. It acts as a go-between between your payment gateway and your bank account, accepting funds from credit cards which are then deposited into your bank. </p>
	<p>A merchant account is a relationship based on trust between you and the issuing bank. The bank takes funds from the buyer&#8217;s account and deposits into your account. A payment processor takes care of checking for availability of funds and debiting from the credit card account. The bank issuing the merchant account is trusting that you will fulfill your end of the transaction by providing the product or service that the buyer purchased. In case where this does not occur, the buyer can dispute the transaction. This puts the issuing bank on the line because they are then obligated to return the funds to the buyer&#8217;s card (a chargeback). Therefore, merchant providers are taking a risk in allowing a merchant to take credit cards under their name. </p>
	<p>The organization providing your merchant account will do underwriting on the account when you apply to check your credit. If you have a history of too many chargebacks, you may be denied. In fact, too many chargebacks can result in you, as a merchant, being put on the Terminated Merchant File (also called The Match File). This is a blacklist which will effectively prevent you from ever receiving a merchant account again. </p>
	<p>Payment Gateways </p>
	<p>A payment gateway serves as the front end to your merchant account, allowing you to manage funds, transactions, and the like. It also serves as a connection between your website and your merchant account. It takes data submitted via your secure order forms and presents it to your processing bank. The processing bank then approves or declines the transaction and sends its response back to the payment gateway. The payment gateway then turns around and provides this data back to the merchant for appropriate handling of the transaction. A payment gateway, then, does not offer services such as merchant accounts or shopping carts, although some of the larger-known gateways do provide such options as value-added services. </p>
	<p>Some of the better known payment gateway services are Authorize.Net, Verisign, 2CheckOut.com, Linkpoint, Paysystems.com, Worldpay.com, and MerchantCommerce. Some of the things to look for in a payment gateway are compliance with CISP, SDP and DISC (security initiatives put out by the major credit card companies), virtual terminal (to be able to accept transactions over the phone by typing in their data rather than only relying on your website), fraud prevention, recurring billing, methods of integration, cost and whether they can accept e-checks or not. </p>
	<p>Fraud prevention is a big one because, as stated above, too many fraudulent transactions will result in chargebacks which could end up putting you on the Match List and your merchant account closed. Some of the common fraud detection mechanisms are Address Verification (AVS) which compares the customer&#8217;s address with that on file with the issuing bank, CVV2 which makes use of the 3-digit security code on the credit card (4-digit on American Express cards). </p>
	<p>Most gateways will provide instructions on how to interface with their servers from your web store. Most gateways offer two methods of integration. </p>
	<p>One method is to have your site POST a form to the gateway&#8217;s server which is pre-populated with your customer&#8217;s information. At that point, the customer will provide the customer with the payment form which allows them to type in their credit card number in a secure environment. After processing occurs, the customer is then routed back to your website along with the results of the transaction. Your site again takes over the process. This method is usually easier to set up for site owners and it also means the site owner does not need to purchase their own SSL certificate (allowing secure transactions on the site itself). The tradeoff is that you do need to send your customers off of your website for payment collection. Many gateways offer ways to make the payment form look like your website using customized headers and footers, but the fact remains that the visitors are leaving your website. </p>
	<p>The second method is totally invisible to the customer. If the site owner has an SSL certificate, they can set up security on their own site. This means they can host the payment form themselves, totally customizing it to their website. When the customer submits payment, your site will securely and invisibly submit the information to the payment gateway. The payment gateway will do the usual processing and then invisibly send the response back to the merchant&#8217;s website, allowing it to respond properly. From the customer&#8217;s perspective, they never left your website. And they never did. This type of setup requires an SSL certificate as well as access to the CURL library. </p>
	<p>Many gateway providers can get you set up with a merchant account at the same time as the gateway. So, in most cases, you do not need to sign up for them separately. </p>
	<p>Conclusion </p>
	<p>Hopefully this has given you a brief introduction to how credit card payments are processed on the internet. </p>
	<p><strong>William Cooper&nbsp;<br /></strong></p>
	<p><a href="http://www.qedmediagroup.com/" target="_blank">http://www.qedmediagroup.com</a> <br />Internet Marketing SEO</p>
	<p>&nbsp;</p>
<a href="http://www.squidoo.com/William-Cooper/" target="_blank">Find more about William Cooper on squidoo</a> <br /><a href="http://blog.myspace.com/williamcooperwiliam" target="_blank">Find more about William Cooper on myspace</a> <br /><a href="http://www.myspace.com/williamcooperwiliam" target="_blank">Find more about William Cooper on digg</a> <br /><a href="http://william-cooper.studioathome.com/" target="_blank">Find more about William Cooper on studioathome</a> <br /><a href="http://william-cooper.blogspirit.com/" target="_blank">Find more about William Cooper on blogspirit</a> <br /><a href="http://williamcooper.alkablog.com/" target="_blank">Find more about William Cooper on alkablog</a> <br /><a href="http://williamcooper.blogster.com/william_cooper.html" target="_blank">Find more about William Cooper on blogster</a> <br /><a href="http://william-cooper.livejournal.com/" target="_blank">Find more about William Cooper on livejournal</a> <br /><a href="http://blogs.grab.com/william_cooper" target="_blank">Find more about William Cooper on grab</a> <br /><a href="http://members.greenpeace.org/gpblog/?blog=9442" target="_blank">Find more about William Cooper on greenpeace</a> <br /><a href="http://william-cooper.blogspot.com/" target="_blank">Find more about William Cooper on blogspot</a> <br /><a href="http://williamcooper.wordpress.com/" target="_blank">Find more about William Cooper on wordpress</a> <br /><a href="http://www.bloglines.com/blog/william-cooper" target="_blank">Find more about William Cooper on bloglines</a> <br /><a href="http://william-cooper.tripod.com/william-cooper/" target="_blank">Find more about William Cooper on tripod</a> <br /><a href="http://journals.aol.com/williamcooperwil/william-cooper/" target="_blank">Find more about William Cooper on aol</a> <br /><a href="http://www.flickr.com/groups/389546@N22/" target="_blank">Find more about William Cooper on flickr</a> <br /><a href="http://www.flickr.com/groups/389546@N22/discuss/72157600081927966/" target="_blank">Find more about William Cooper on flickr</a> <br /><a href="http://www.greatestcities.com/users/william_cooper/" target="_blank">Find more about William Cooper on greatestcities</a> <br /><a href="http://blogs.ign.com/william-cooper/2007/04/16/52326/" target="_blank">Find more about William Cooper on ign</a> <br /><a href="http://williamcooper.greatestjournal.com/" target="_blank">Find more about William Cooper on greatestjournal</a> <br /><a href="http://william_cooper.iziblog.net/" target="_blank">Find more about William Cooper on iziblog</a> <br /><a href="http://www.naymz.com/search/william/cooper/794324" target="_blank">Find more about William Cooper on naymz</a> <br /><a href="http://williamcooper.multiply.com/journal/" target="_blank">Find more about William Cooper on multiply</a> <br /><a href="http://20six.co.uk/william-cooper/" target="_blank">Find more about William Cooper on 20six</a> <br /><a href="http://williamcooper.blogsome.com/" target="_blank">Find more about William Cooper on blogsome</a> <br /><a href="http://www.linkedin.com/in/williamcooperwilliam" target="_blank">Find more about William Cooper on linkedin</a> <br /><a href="http://blog.360.yahoo.com/blog-sSqQ7Jcmcqrk.OiI_LB8bjJe7LVYiLCii1iL4MLQ" target="_blank">Find more about William Cooper on 360</a> <br /><a href="http://www.geocities.com/william_cooper_william" target="_blank">Find more about William Cooper on geocities</a> <br /><a href="http://www.freewebs.com/william-cooper/" target="_blank">Find more about William Cooper on freewebs</a> <br /><a href="http://www.familytimes.com/node/view/794" target="_blank">Find more about William Cooper on familytimes</a> <br /><a href="http://william-cooper.blog.co.uk/" target="_blank">Find more about William Cooper on blog.co.uk</a> <br /><a href="http://www.selectablog.com/williamcooper/" target="_blank">Find more about William Cooper on selectablog</a> <br /><a href="http://williamcooper.daria.be/" target="_blank">Find more about William Cooper on daria</a> <br /><a href="http://server.blogghost.net/williamcooper/" target="_blank">Find more about William Cooper on blogghost</a> <br /><a href="http://www.soulcast.com/post/show/59984/William-Cooper" target="_blank">Find more about William Cooper on soulcast</a> <br /><a href="http://clearblogs.com/williamcooper/" target="_blank">Find more about William Cooper on clearblogs</a> <br /><a href="http://williamcooper.bloggerteam.com/" target="_blank">Find more about William Cooper on bloggerteam</a> <br /><a href="http://williamcooper.ebloggy.com/" target="_blank">Find more about William Cooper on ebloggy</a> <br /><a href="http://williamcooper.blogs.ie/" target="_blank">Find more about William Cooper on blogs</a> <br /><a href="http://www.teenblog.org/williamcooper/" target="_blank">Find more about William Cooper on teenblog</a> <br /><a href="http://williamcooper.myweblog.com/" target="_blank">Find more about William Cooper on myweblog</a> <br /><a href="http://www.williamcooper.egoweblog.com/" target="_blank">Find more about William Cooper on egoweblog</a> <br /><a href="http://william-cooper.theblog.net/" target="_blank">Find more about William Cooper on theblog</a> <br /><a href="http://www.bahraichblogs.com/williamcooper" target="_blank">Find more about William Cooper on bahraichblogs</a> <br /><a href="http://william-cooper.blogbeee.com/" target="_blank">Find more about William Cooper on blogbeee</a> <br /><a href="http://williamcooper.blog.com/" target="_blank">Find more about William Cooper on blog</a> <br /><a href="http://www.xanga.com/william_cooper" target="_blank">Find more about William Cooper on xanga</a> <br /><a href="http://william-cooper.bebo.com/" target="_blank">Find more about William Cooper on bebo</a> <br /><a href="http://claimid.com/william-cooper" target="_blank">Find more about William Cooper on claimid</a> <br /><a href="http://williamcoopercooper.ning.com/" target="_blank">Find more about William Cooper on ning</a> <br /><a href="https://www.xing.com/profile/William_Cooper2" target="_blank">Find more about William Cooper on xing</a> <br /><a href="http://william-cooper.blogs.friendster.com/my_blog/" target="_blank">Find more about William Cooper on friendster</a> <br /><a href="http://community.webshots.com/user/williamcoopercooper" target="_blank">Find more about William Cooper on webshots</a> <br /><a href="http://profile.typekey.com/william-cooper/" target="_blank">Find more about William Cooper on typekey</a> <br /><a href="http://www.ziki.com/people/williamcooper" target="_blank">Find more about William Cooper on ziki</a> <br /><a href="http://www.last.fm/user/william-cooper/journal/2007/04/16/397956/" target="_blank">Find more about William Cooper on last.fm</a> 
</p>
]]></content:encoded>
			<wfw:commentRss>http://williamcooper.blogsome.com/2007/04/16/william-cooper/feed/</wfw:commentRss>
	</item>
	</channel>
</rss>
