<?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; return url</title>
	<atom:link href="http://www.2checkout.com/blog/tag/return-url/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2checkout.com</link>
	<description>merchant account / credit card processing alternative</description>
	<lastBuildDate>Mon, 06 Feb 2012 21:37:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Can I specify the return URL ‘on the fly’?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/can-i-specify-the-return-url-on-the-fly/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/can-i-specify-the-return-url-on-the-fly/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[return url]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/can-i-specify-the-return-url-on-the-fly/</guid>
		<description><![CDATA[Yes, this is possible. You may pass in a parameter called x_receipt_link_url to control where the customer is returned to on a per-sale basis. Keep in mind that this parameter will over-ride the approved URLs set in your account. Using this method, you could create a special button or link that would return the customer [...]]]></description>
			<content:encoded><![CDATA[<p>Yes, this is possible. You may pass in a parameter called x_receipt_link_url to control where the customer is returned to on a per-sale basis. Keep in mind that this parameter will over-ride the approved URLs set in your account. Using this method, you could create a special button or link that would return the customer to a different page on your site than is set up on the Site Management page. This is useful for &#8216;promotional&#8217; type sites as you can avoid having to make any configuration changes to your actual account.</p>
<p>If you are using buttons on your site to sell your goods through 2Checkout, you would add a single line to the button such as this:</p>
<blockquote><p>&lt;input type=&#8221;hidden&#8221; name=&#8221;x_receipt_link_url&#8221; value=&#8221;http://www.your-site.com/return.php&#8221;&gt;</p></blockquote>
<p>This must go between the opening and closing form tag that you see when you view your existing code.</p>
<p>If you are using links to sell your goods through 2Checkout, then you would add this parameter to your links to specify the approved URL, such as this:</p>
<blockquote><p>&amp;x_receipt_link_url=http://www.your-site.com/return.php</p></blockquote>
<p>Notice that in both of the above examples, the FULL path is used for the value of this.</p>
<p><strong>Important Note: </strong>For security reasons, the domain on your account and the domain that hosts the pass back page must match exactly for this to work correctly. For example, if you have http://www.your-site.com specified on your account, you could pass back to http://www.your-site.com/pages/pass.php but not to http://www.your-other-site.com/pages/pass.php.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/can-i-specify-the-return-url-on-the-fly/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why do I get an HTTP Error 404 (File Not Found) on Passback?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-do-i-get-an-http-error-404-file-not-found-on-passback/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-do-i-get-an-http-error-404-file-not-found-on-passback/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[parameters]]></category>
		<category><![CDATA[passback]]></category>
		<category><![CDATA[return url]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/why-do-i-get-an-http-error-404-file-not-found-on-passback/</guid>
		<description><![CDATA[An HTTP 404 File Not Found error indicates that the URL specified as for your script is incorrect. For the pass back to function, 2CO must be able to locate and access the script and post the variables to it. HTTP errors are not generated specifically by 2Checkout. They are a part of the HTTP [...]]]></description>
			<content:encoded><![CDATA[<p>An HTTP 404 File Not Found error indicates that the URL specified as for your script is incorrect. For the pass back to function, 2CO must be able to locate and access the script and post the variables to it.</p>
<p>HTTP errors are not generated specifically by 2Checkout. They are a part of the HTTP protocol and are common amongst all web servers. It is therefore beyond the realm of 2Checkouts support to provide you with specific instructions for making these changes as every server is set up differently and 2CO does not provide server administration services as part of our support plan.</p>
<p>To correct this issue, follow these steps:</p>
<ol>
<li>Login to your account.</li>
<li>Click on the <strong>Account</strong> tab and then select the <strong>Site Management</strong> sub-category.</li>
<li>Check the URL that is currently entered under the Approved URL field and make sure that it is correct.</li>
<li>Click <strong>Save Changes</strong>.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-do-i-get-an-http-error-404-file-not-found-on-passback/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I changed the Return URL on the Site Management Page, but after the purchase the buyer still returns to the old link?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-when-i-changed-the-return-url-on-the-return-page-but-after-the-purchase-the-buyer-still-returns-to-the-old-link/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-when-i-changed-the-return-url-on-the-return-page-but-after-the-purchase-the-buyer-still-returns-to-the-old-link/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[product]]></category>
		<category><![CDATA[return url]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/why-when-i-changed-the-return-url-on-the-return-page-but-after-the-purchase-the-buyer-still-returns-to-the-old-link/</guid>
		<description><![CDATA[Although the Approved URL was changed on the Site Management page there may still be an approved URL set at the product level, or you may be passing in a different approved URL using the x_receipt_link_url.To ensure customers are redirected to the Approved URL listed on the Site Management page you will need to be [...]]]></description>
			<content:encoded><![CDATA[<p>Although the Approved URL was changed on the Site Management page there may still be an approved URL set at the product level, or you may be passing in a different approved URL using the x_receipt_link_url.To ensure customers are redirected to the Approved URL listed on the Site Management page you will need to be certain that their isn&#8217;t a product level Approved URL and that you aren&#8217;t passing in a return URL with the x_receipt_link_url parameter.</p>
<p>The order of precedence for return from highest to lowest is:</p>
<ol>
<li>x_receipt_link_url</li>
<li>Product Level Approved URL</li>
<li>Site Management tab</li>
</ol>
<p>The x_receipt_link_url will take precedence over all other return  URLs, and the URL listed on the Site Management tab will be used by default if the other  two are absent.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-when-i-changed-the-return-url-on-the-return-page-but-after-the-purchase-the-buyer-still-returns-to-the-old-link/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why when you click the confirmation button, instead of redirecting to the return URL, it redirects to a different page than I set up in the Return page?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-when-you-click-the-confirmation-button-instead-of-redirecting-to-the-return-url-it-redirects-to-a-different-page-than-i-set-up-in-the-return-page/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-when-you-click-the-confirmation-button-instead-of-redirecting-to-the-return-url-it-redirects-to-a-different-page-than-i-set-up-in-the-return-page/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[return url]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/why-when-you-click-the-confirmation-button-instead-of-redirecting-to-the-return-url-it-redirects-to-a-different-page-than-i-set-up-in-the-return-page/</guid>
		<description><![CDATA[Please make sure that the return link you set up for each product you added to our database either has NO return URL, or that it has the URL you want the buyer to be passed back to assigned to it. If the one with the product is different, then it will override the one [...]]]></description>
			<content:encoded><![CDATA[<p>Please make sure that the return link you set up for each product you added to our database either has NO return URL, or that it has the URL you want the buyer to be passed back to assigned to it. If the one with the product is different, then it will override the one you set up in the Return page.</p>
<p>If all customers will be redirected to the same URL, you may want to only provide the URL in the Site Management page rather than at the product level. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-when-you-click-the-confirmation-button-instead-of-redirecting-to-the-return-url-it-redirects-to-a-different-page-than-i-set-up-in-the-return-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why are my buyers being returned to the wrong URL?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-are-my-buyers-being-returned-to-the-wrong-url/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-are-my-buyers-being-returned-to-the-wrong-url/#comments</comments>
		<pubDate>Sat, 30 Dec 2006 07:00:00 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[return url]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/why-are-my-buyers-being-returned-to-the-wrong-url/</guid>
		<description><![CDATA[Please Check where you add/edit products in the Admin to see if you set up a return URL that is different than where you want the buyer to be sent to. That return will override the return URLs you set up in the Return page.]]></description>
			<content:encoded><![CDATA[<p>Please Check where you add/edit products in the Admin to see if you set up a return URL that is different than where you want the buyer to be sent to.  That return will override the return URLs you set up in the Return page.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/why-are-my-buyers-being-returned-to-the-wrong-url/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

