<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Merchant Account Blog &#187; Tools</title>
	<atom:link href="http://www.merchantequip.com/merchant-account-blog/category/tools/feed" rel="self" type="application/rss+xml" />
	<link>http://www.merchantequip.com/merchant-account-blog</link>
	<description>Merchant Accounts, Ecommerce, Processing Equipment</description>
	<lastBuildDate>Wed, 18 Jan 2012 15:32:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Credit card logo generator and API &#8211; Updated</title>
		<link>http://www.merchantequip.com/merchant-account-blog/1498/credit-card-logo-generator-and-api</link>
		<comments>http://www.merchantequip.com/merchant-account-blog/1498/credit-card-logo-generator-and-api#comments</comments>
		<pubDate>Fri, 26 Aug 2011 19:30:37 +0000</pubDate>
		<dc:creator>merchant account blog</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Merchant Accounts]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.merchantequip.com/merchant-account-blog/?p=1498</guid>
		<description><![CDATA[We&#8217;ve just completed a simple credit card logo generator and have included an API for web designers to use as well. The API supports different logos for card issuers, paypal, google checkout and a few other. A developer can use the API to specify the size, background color and the order of the logos that [...]]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve just completed a simple <a href="http://www.merchantequip.com/information-center/credit-card-logos/">credit card logo generator</a> and have included an API for web designers to use as well.</p>
<p>The API supports different logos for card issuers, paypal, google checkout and a few other. A developer can use the API to specify the size, background color and the order of the logos that they need on their website.</p>
<p><strong>Update 08-2011</strong> &#8211; Added ebillme and 2checkout.com logos.</p>
<p>Here&#8217;s a quick tutorial and a few examples of how to use the API.</p>
<ol>
<li>Create an image tag with the root url: https://www.merchantequip.com/image/</li>
<li>Next add the <strong>bgcolor</strong> parameter to specify a 3 or 6 character HEX background color for your logo. If you do not know the background color: FFF is white, 000 is black. Here is a <a href="http://html-color-codes.com/">full HEX color chart</a>. There are also a variety of <a href="http://www.colorzilla.com/firefox/">browser addons</a> if you need to match the exact colors of your website.</li>
<li>Next specify the actual <strong>logos</strong> that you would like to add to your site, in the order you would like to display them. Separate the logos with a pipe | character. Example: v|m|a|d for Visa then MasterCard followed by Amex and Discover.<strong>All of the available logo codes are:</strong>
<ul>
<li>v = Visa</li>
<li>m = MasterCard</li>
<li>d = Discover</li>
<li>a = Amex</li>
<li>g = Google Checkout</li>
<li>p = Paypal</li>
<li>bml = Bill Me Later</li>
<li>ec = eCheck</li>
<li>jcb = JCB</li>
<li>dc = Diners Club</li>
<li>s = Solo</li>
<li>me = Maestro</li>
<li>mb = Moneybookers</li>
<li>az = Amazon Payments</li>
<li>in = Interac</li>
<li>ebm = eBillme</li>
<li>2co = 2checkout.com</li>
</ul>
</li>
<li>Finally specify the <strong>height</strong> of the logos. The images currently come in 32px and 64px, so size accordingly allowing for a small margin around the images. <em>We will be allowing for dynamic resizing in the future, but for now the only 2 sizes supported are 32px and 64px. Any additional height will be added as a margin.</em></li>
</ol>
<p>The actual image url should look like <em>(these are all generated through this exact API)</em>:</p>
<p><strong>https://www.merchantequip.com/image/?bgcolor=FFFFFF&amp;logos=v|m|a|d&amp;height=32</strong></p>
<p>The image HTML will look like:</p>
<p>&lt;img src=&#8221;https://www.merchantequip.com/image/?bgcolor=FFFFFF&amp;logos=v|m|a|d&amp;height=32&#8243; /&gt;</p>
<p>The logo above will display as:</p>
<p><img src="https://www.merchantequip.com/image/?bgcolor=FFFFFF&amp;logos=v|m|a|d&amp;height=32" alt="Card Logos" /></p>
<p>Here&#8217;s the same logo using the larger image sizes:</p>
<p><img src="https://www.merchantequip.com/image/?bgcolor=FFFFFF&amp;logos=v|m|a|d&amp;height=64" alt="Card Logos" /></p>
<p>Here&#8217;s all of the currently available logos:</p>
<p><img src="https://www.merchantequip.com/image/?bgcolor=FFFFFF&amp;logos=v|m|a|d|p|g|ec&amp;height=64" alt="Card Logos" /><br />
<img src="https://www.merchantequip.com/image/?bgcolor=FFFFFF&amp;logos=jcb|dc|bml|s|sw|mb|az&amp;height=64" alt="Card Logos 2" /><br />
<img src="https://www.merchantequip.com/image/?bgcolor=FFFFFF&amp;logos=in|me|wu|ebm|2co&amp;height=64" alt="Card Logos 3" /></p>
<p>While this tool is free to use we greatly appreciate a backlink or credit if you are using images that are hosted through the API. These images are all served securely over SSL, so they may be used on secure/SSL websites and ecommerce sites without errors.</p>
<p>If you have no idea of what an API is or just need logos for your website, please use the <a href="http://www.merchantequip.com/information-center/credit-card-logos/">credit card logo generator</a> and ignore this post.</p>
<p>Thanks again.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantequip.com/merchant-account-blog/1498/credit-card-logo-generator-and-api/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Voided Check Creator Tool</title>
		<link>http://www.merchantequip.com/merchant-account-blog/782/voided-check-creator-tool</link>
		<comments>http://www.merchantequip.com/merchant-account-blog/782/voided-check-creator-tool#comments</comments>
		<pubDate>Fri, 18 Sep 2009 21:44:02 +0000</pubDate>
		<dc:creator>merchant account blog</dc:creator>
				<category><![CDATA[Merchant Accounts]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.merchantaccountblog.com/?p=782</guid>
		<description><![CDATA[We just finished creating a new tool. This tool generates a voided check for your business. When a new business goes out to setup a merchant account, they will be asked for a voided check. Many processors will no longer accept temporary checks, so we developed this too to print a voided check until you [...]]]></description>
			<content:encoded><![CDATA[<p>We just finished creating a new tool. This tool generates a voided check for your business.</p>
<p>When a new business goes out to setup a merchant account, they will be asked for a voided check. Many processors will no longer accept temporary checks, so we developed this too to print a voided check until you get your real ones.</p>
<p>Generally a merchant can ask their bank for a letter of an accounts existence, but many banks are now refusing to do this, in an effort to force customers to process with them. Since it&#8217;s perfectly legal to print your own checks, here&#8217;s our response to this dilemma.</p>
<p><center><img src="http://www.merchantequip.com/merchant-account-blog/wp-content/uploads/2009/09/voided-check.png" alt="voided-check" title="voided-check" width="350" height="134" class="alignnone size-full wp-image-787" /></center></p>
<p>So, if you need a voided check, take a look at our <a href="https://www.merchantequip.com/information-center/tools-calculators/voided-check-creator/">Voided Check Generator</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantequip.com/merchant-account-blog/782/voided-check-creator-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated Search Engine</title>
		<link>http://www.merchantequip.com/merchant-account-blog/722/updated-search-engine</link>
		<comments>http://www.merchantequip.com/merchant-account-blog/722/updated-search-engine#comments</comments>
		<pubDate>Fri, 03 Apr 2009 16:30:21 +0000</pubDate>
		<dc:creator>merchant account blog</dc:creator>
				<category><![CDATA[Merchant Accounts]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.merchantaccountblog.com/?p=722</guid>
		<description><![CDATA[The Merchant Account Search Engine has been updated. It&#8217;s been a while since I&#8217;ve added new sites. I just finished adding about 40 new blogs and informational websites. As always, please send any recommendations of websites that should be included. Please keep in mind that blogs and websites will only be added if they&#8217;re mostly [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://www.merchantequip.com/merchant-account-blog/merchant-search">Merchant Account Search Engine</a> has been updated. It&#8217;s been a while since I&#8217;ve added new sites. I just finished adding about 40 new blogs and informational websites.</p>
<p>As always, please send any recommendations of websites that should be included. Please keep in mind that blogs and websites will only be added if they&#8217;re mostly objective. Many of the merchant account blogs out there are only for self-promotional purposes, and these will not be included in the search engine.</p>
<p><span id="more-722"></span></p>
<p><strong>Equipment:</strong><br />
<a href="http://www.magtek.com/">http://www.magtek.com/</a><br />
<a href="http://www.apriva.com/">http://www.apriva.com/</a><br />
<a href="http://www.bluebamboo.com/">http://www.bluebamboo.com/</a><br />
<a href="http://www.waysystems.com">http://www.waysystems.com</a><br />
<a href="http://www.dejavoosystems.com">http://www.dejavoosystems.com</a><br />
<a href="http://www.hypercom.com/">http://www.hypercom.com/</a><br />
<a href="http://www.verifone.com/">http://www.verifone.com/</a><br />
<a href="http://www.ingenico.com/">http://www.ingenico.com/</a><br />
<a href="http://www.magtek.com/">http://www.magtek.com/</a><br />
<a href="http://www.chargeanywhere.com/">http://www.chargeanywhere.com/</a><br />
<a href="http://www.commerciant.com/">http://www.commerciant.com/</a></p>
<p><strong>Blogs:</strong><br />
<a href="http://www.paysimple.com/blog">http://www.paysimple.com/blog</a><br />
<a href="http://paymenttalk.blogspot.com/">http://paymenttalk.blogspot.com/</a><br />
<a href="http://www.glenbrook.com/">http://www.glenbrook.com/</a><br />
<a href="http://blog.bwplawyer.com/">http://blog.bwplawyer.com/</a><br />
<a href="http://googlecheckout.blogspot.com/">http://googlecheckout.blogspot.com/</a><br />
<a href="http://www.paymentsystemsblog.com/">http://www.paymentsystemsblog.com/</a><br />
<a href="http://www.amazonpaymentsblog.com/amazon_payments_blog/">http://www.amazonpaymentsblog.com/amazon_payments_blog/</a><br />
<a href="http://www.andyorrock.com/">http://www.andyorrock.com/</a><br />
<a href="http://blog.elementps.com/element_payment_solutions/">http://blog.elementps.com/element_payment_solutions/</a><br />
<a href="https://www.thepaypalblog.com/">https://www.thepaypalblog.com/</a><br />
<a href="http://waytoohigh.wordpress.com/" rel="nofollow">http://waytoohigh.wordpress.com/</a><br />
<a href="http://pindebit.blogspot.com/">http://pindebit.blogspot.com/</a><br />
<a href="http://aneace.blogspot.com/">http://aneace.blogspot.com/</a><br />
<a href="http://www.storefrontbacktalk.com/">http://www.storefrontbacktalk.com/</a><br />
<a href="http://www.merchant-account-services.org/blog/">http://www.merchant-account-services.org/blog/</a><br />
<a href="http://digitaldebateblogs.typepad.com/digital_money/">http://digitaldebateblogs.typepad.com/digital_money/</a><br />
<a href="http://www.creditcardsonline101.com/">http://www.creditcardsonline101.com/</a></p>
<p><strong>Data Security:</strong><br />
<a href="http://pcidss.wordpress.com/">http://pcidss.wordpress.com/</a><br />
<a href="http://www.pcianswers.com/">http://www.pcianswers.com/</a><br />
<a href="http://www.askaboutpci.com/">http://www.askaboutpci.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantequip.com/merchant-account-blog/722/updated-search-engine/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Cost Calculators Update</title>
		<link>http://www.merchantequip.com/merchant-account-blog/486/cost-calculators-update</link>
		<comments>http://www.merchantequip.com/merchant-account-blog/486/cost-calculators-update#comments</comments>
		<pubDate>Tue, 06 Jan 2009 15:04:08 +0000</pubDate>
		<dc:creator>merchant account blog</dc:creator>
				<category><![CDATA[Company News]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.merchantaccountblog.com/?p=486</guid>
		<description><![CDATA[We&#8217;ve spent a few days updating our calculators on our main website. The new version work much better than the previous versions. We are also in the process of adding fee comparison calculators for 3 tier and pass-through merchant account fees. Current calculators: Simple merchant account cost calculator Advanced cost calculator Lease cost calculator]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve spent a few days updating our calculators on our main website. The new version work much better than the previous versions. We are also in the process of adding fee comparison calculators for 3 tier and pass-through merchant account fees.</p>
<p><strong>Current calculators:</strong><br />
<a href="http://www.merchantequip.com/information-center/tools-calculators/simple-merchant-account-fee-calculator/">Simple merchant account cost calculator</a><br />
<a href="http://www.merchantequip.com/information-center/tools-calculators/advanced-merchant-account-fee-calculator/">Advanced cost calculator</a><br />
<a href="http://www.merchantequip.com/information-center/tools-calculators/credit-card-equipment-lease-calculator/">Lease cost calculator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantequip.com/merchant-account-blog/486/cost-calculators-update/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tool &#8211; Advanced Merchant Account Fee Calculator</title>
		<link>http://www.merchantequip.com/merchant-account-blog/122/advanced-merchant-account-fee-calculator</link>
		<comments>http://www.merchantequip.com/merchant-account-blog/122/advanced-merchant-account-fee-calculator#comments</comments>
		<pubDate>Tue, 16 May 2006 12:12:08 +0000</pubDate>
		<dc:creator>merchant account blog</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Merchant Accounts]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.merchantaccountblog.com/archives/122</guid>
		<description><![CDATA[A new tool is now available in the tools area. The advanced merchant account fee calculator takes downgrade and other charges into account and should provide a fairly accurate estimate of the cost of processing credit cards. Link to The Advanced Merchant Account Fee Calculator]]></description>
			<content:encoded><![CDATA[<p>A new tool is now available in the tools area. The advanced merchant account fee calculator takes downgrade and other charges into account and should provide a fairly accurate estimate of the cost of processing credit cards.</p>
<p><a href="http://www.merchantequip.com/merchant-account-blog/tools/advanced-merchant-account-fee-calculator/">Link to The Advanced Merchant Account Fee Calculator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantequip.com/merchant-account-blog/122/advanced-merchant-account-fee-calculator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Processing Equipment Lease Cost Calculator</title>
		<link>http://www.merchantequip.com/merchant-account-blog/107/processing-equipment-lease-cost-calculator</link>
		<comments>http://www.merchantequip.com/merchant-account-blog/107/processing-equipment-lease-cost-calculator#comments</comments>
		<pubDate>Tue, 18 Apr 2006 19:24:41 +0000</pubDate>
		<dc:creator>merchant account blog</dc:creator>
				<category><![CDATA[Credit Card Equipment]]></category>
		<category><![CDATA[Merchant Accounts]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.merchantaccountblog.com/archives/107</guid>
		<description><![CDATA[I finally got around to programming another simple tool. The lease cost calculator will show how much the total cost of leasing processing equipment will cost, and will also show you how much money you save by buying equipment outright. There are about 25 common terminals programmed into it, and the price for those terminals [...]]]></description>
			<content:encoded><![CDATA[<p>I finally got around to programming another simple tool.</p>
<p>The lease cost calculator will show how much the total cost of leasing processing equipment will cost, and will also show you how much money you save by buying equipment outright. There are about 25 common terminals programmed into it, and the price for those terminals was obtained from the equipment that we sell or one of our competitors sell. This way, I know that the piece of equipment is readily available at the listed price.</p>
<p><a href="http://www.merchantequip.com/merchant-account-blog/tools/credit-card-equipment-lease-calculator/">Processing Equipment Lease Cost Calculator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantequip.com/merchant-account-blog/107/processing-equipment-lease-cost-calculator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple Merchant Account Fee Calculator</title>
		<link>http://www.merchantequip.com/merchant-account-blog/77/simple-merchant-account-fee-calculator</link>
		<comments>http://www.merchantequip.com/merchant-account-blog/77/simple-merchant-account-fee-calculator#comments</comments>
		<pubDate>Mon, 20 Feb 2006 13:42:38 +0000</pubDate>
		<dc:creator>merchant account blog</dc:creator>
				<category><![CDATA[Ecommerce]]></category>
		<category><![CDATA[Merchant Accounts]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://www.merchantaccountblog.com/archives/77</guid>
		<description><![CDATA[Would you like to have an idea of how much accepting credit cards should cost you. Fill out the merchant account fee calculator to get a basic idea on how much you should expect to pay each month for processing credit cards. Merchant Account Fee Calculator]]></description>
			<content:encoded><![CDATA[<p>Would you like to have an idea of how much accepting credit cards should cost you.</p>
<p>Fill out the merchant account fee calculator to get a basic idea on how much you should expect to pay each month for processing credit cards.</p>
<p><a href="http://www.merchantequip.com/merchant-account-blog/tools/simple-merchant-account-fee-calculator/">Merchant Account Fee Calculator</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.merchantequip.com/merchant-account-blog/77/simple-merchant-account-fee-calculator/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

