<?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>2Checkout.com &#187; price</title>
	<atom:link href="http://www.2checkout.com/community/blog/tag/price/feed" rel="self" type="application/rss+xml" />
	<link>http://www.2checkout.com/community</link>
	<description>merchant account / credit card processing alternative</description>
	<lastBuildDate>Fri, 20 Nov 2009 14:30:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>What if my products are under $5.</title>
		<link>http://www.2checkout.com/community/blog/getting-started/fees/what-if-my-products-are-under-5</link>
		<comments>http://www.2checkout.com/community/blog/getting-started/fees/what-if-my-products-are-under-5#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Fees]]></category>
		<category><![CDATA[price]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/what-if-my-products-are-under-5/</guid>
		<description><![CDATA[In the event that all products or services offered by a vendor are less than $5.00 USD each, a higher rate structure may apply.
All accounts that offer only products or services that are $5.00 USD or less will be reviewed by our Risk Department on a case by case basis to see if the higher [...]]]></description>
			<content:encoded><![CDATA[<p>In the event that all products or services offered by a vendor are less than $5.00 USD each, a higher rate structure may apply.</p>
<p>All accounts that offer only products or services that are $5.00 USD or less will be reviewed by our Risk Department on a case by case basis to see if the higher rate structure applies. The decision to either apply the higher rates or to not is based on the fraud or risk that we have historically encountered with similar products or services.</p>
<p>To find out if the higher rates would apply to you, please contact risk@2Checkout.com and provide them with your URL or a description of your products or services so that may provide you with additional information.</p>
<p>If it is decided that your account would be subject to the higher rate structure, the fees per order would be 6.5% of the transaction plus $1.00 USD.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.2checkout.com%2Fcommunity%2Fblog%2Fgetting-started%2Ffees%2Fwhat-if-my-products-are-under-5&amp;title=What+if+my+products+are+under+%245.', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="https://secure.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/community/blog/getting-started/fees/what-if-my-products-are-under-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How can I allow the customer to put in their own price?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/how-can-i-allow-the-customer-to-put-in-their-own-price</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/how-can-i-allow-the-customer-to-put-in-their-own-price#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Basic Integration]]></category>
		<category><![CDATA[Customer Payment Options]]></category>
		<category><![CDATA[input]]></category>
		<category><![CDATA[order]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[price]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-can-i-allow-the-customer-to-put-in-their-own-price/</guid>
		<description><![CDATA[To allow the customer to put in their own price, you can use the following snippet of HTML code. Just paste the code below onto your web site where you would like the form to appear. Please note that the New Cart Purchase Parameters have already been implemented in this example.
&#60;form action=&#8221;https://www.2checkout.com/checkout/purchase&#8221; method=&#8221;post&#8221;&#62;
&#60;input type=&#8221;hidden&#8221; name=&#8221;id_type&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>To allow the customer to put in their own price, you can use the following snippet of HTML code. Just paste the code below onto your web site where you would like the form to appear. Please note that the <a href="http://www.2checkout.com/community/blog/knowledge-base/tech-support/3rd-party-carts/parameter-sets/what-are-the-new-cart-purchase-parameters/">New Cart Purchase Parameters</a> have already been implemented in this example.</p>
<blockquote><p><em>&lt;form action=&#8221;https://www.2checkout.com/checkout/purchase&#8221; method=&#8221;post&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;id_type&#8221; value=&#8221;1&#8243;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;c_prod&#8217; value=&#8221;xxxxxxx&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;c_name&#8221; value=&#8221;Sample Product&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;c_description&#8221; value=&#8221;Sample Product Description&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;c_price&#8221; value=&#8221;5.00&#8243;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;c_tangible&#8221; value=&#8221;N&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;sid&#8221; value=&#8221;xxxxxx&#8221;&gt;<br />
&lt;input type=&#8221;hidden&#8221; name=&#8221;cart_order_id&#8221; value=&#8221;1234567890&#8243;&gt;<br />
Please Enter The Amount You Would Like To Submit $ &lt;input type=&#8221;text&#8221; name=&#8221;total&#8221; value=&#8221;5.00&#8243;&gt;<br />
&lt;input type=&#8221;submit&#8221;&gt;<br />
&lt;/form&gt; </em></p></blockquote>
<p><strong>Note:</strong> Be sure to replace the value for SID with your numerical Seller ID number. You can also change cart_order_id to any alphanumeric value that you wish to reference an internal invoice number, item number, auction number or other piece of information. Other values (c_name, c_description, c_price, c_tangible, and total) may be changed at your discretion.</p>
<div><a href="http://www.addthis.com/bookmark.php" onclick="window.open('http://www.addthis.com/bookmark.php?pub=&amp;url=http%3A%2F%2Fwww.2checkout.com%2Fcommunity%2Fblog%2Fknowledge-base%2Fsuppliers%2Ftech-support%2Fbasic-integration%2Fhow-can-i-allow-the-customer-to-put-in-their-own-price&amp;title=How+can+I+allow+the+customer+to+put+in+their+own+price%3F', 'addthis', 'scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no'); return false;" title="Bookmark using any bookmark manager!" target="_blank"><img src="https://secure.addthis.com/button1-bm.gif" width="125" height="16" border="0" /></a></div>]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/basic-integration/how-can-i-allow-the-customer-to-put-in-their-own-price/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
