<?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; approved url</title>
	<atom:link href="http://www.2checkout.com/community/blog/tag/approved-url/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>Using the 1ShoppingCart System</title>
		<link>http://www.2checkout.com/community/blog/2checkout-blog/using-the-1shoppingcart-system</link>
		<comments>http://www.2checkout.com/community/blog/2checkout-blog/using-the-1shoppingcart-system#comments</comments>
		<pubDate>Thu, 10 Apr 2008 17:39:49 +0000</pubDate>
		<dc:creator>joel</dc:creator>
				<category><![CDATA[2Checkout Blog]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[passback]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/blog/2checkout-blog/using-the-1shoppingcart-system/</guid>
		<description><![CDATA[If you are a 2Checkout supplier using the 1ShoppingCart system, we wish to remind you that they have been upgrading their customers&#8217; accounts.  As part of this upgrade any customers using 2Checkout will need to change their approved URL from https://www.mcssl.com/app/postauthorizeb.asp to https://www.mcssl.com/SecureCart/Authorize.aspx, after their account has been upgraded.
Suppliers can confirm which URL they [...]]]></description>
			<content:encoded><![CDATA[<p>If you are a 2Checkout supplier using the 1ShoppingCart system, we wish to remind you that they have been upgrading their customers&#8217; accounts.  As part of this upgrade any customers using 2Checkout will need to change their approved URL from <strong><tt>https://www.mcssl.com/app/postauthorizeb.asp</tt></strong> to <strong><tt>https://www.mcssl.com/SecureCart/Authorize.aspx</tt></strong>, after their account has been upgraded.</p>
<p>Suppliers can confirm which URL they should be using by logging into their 1ShoppingCart account and going to their Gateway Setup page which is located on the Setup menu. By clicking on the &#8220;More Details&#8221; link next to their gateway ID they will be able to access the instructions which contain the correct URL. Those that have not yet been upgraded will see <strong><tt>https://www.mcssl.com/app/postauthorizeb.asp</tt></strong> and those that have been upgraded will see <strong><tt>https://www.mcssl.com/SecureCart/Authorize.aspx</tt></strong></p>
<p>We&#8217;d like to thank 1ShoppingCart for the information.</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%2F2checkout-blog%2Fusing-the-1shoppingcart-system&amp;title=Using+the+1ShoppingCart+System', '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/2checkout-blog/using-the-1shoppingcart-system/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Why Are the Images/Links on my Approved URL Broken?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/why-are-the-imageslinks-on-my-approved-url-broken</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/why-are-the-imageslinks-on-my-approved-url-broken#comments</comments>
		<pubDate>Fri, 04 May 2007 14:34:57 +0000</pubDate>
		<dc:creator>knowledgebase</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Passbacks and Returns]]></category>
		<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[approved url]]></category>
		<category><![CDATA[broken]]></category>
		<category><![CDATA[direct return]]></category>
		<category><![CDATA[image]]></category>
		<category><![CDATA[link]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/?p=316</guid>
		<description><![CDATA[    When Direct Return is enabled (set to &#8216;Yes&#8217;), your Approved URL page will be fetched and displayed to the customer while they remain on 2Checkout&#8217;s server. Because of this, images and links that use relative paths will not resolve correctly, resulting in broken images and incorrect link destinations.
To fix this, you [...]]]></description>
			<content:encoded><![CDATA[<p>    When Direct Return is enabled (set to &#8216;Yes&#8217;), your Approved URL page will be fetched and displayed to the customer while they remain on 2Checkout&#8217;s server. Because of this, images and links that use relative paths will not resolve correctly, resulting in broken images and incorrect link destinations.</p>
<p>To fix this, you will need to specify a base URI for your Approved URL. This can be accomplished by inserting the following line between the  &lt;HEAD&gt; tag of your page:</p>
<p>&lt;base href=&#8221;http://www.example.com/pathto/approved.html&#8221;/&gt;</p>
<p>The URL specified after &#8216;href=&#8217; should be changed to your Approved URL. </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%2Fwhy-are-the-imageslinks-on-my-approved-url-broken&amp;title=Why+Are+the+Images%2FLinks+on+my+Approved+URL+Broken%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/why-are-the-imageslinks-on-my-approved-url-broken/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Can I specify the return URL &#8216;on the fly&#8217;?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/can-i-specify-the-return-url-on-the-fly</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/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 any return URL set on the Look and Feel page of your account, but it will not over-ride any return URLs that are [...]]]></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 any return URL set on the Look and Feel page of your account, but it will not over-ride any return URLs that are set up on the product itself if there are any. 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 Look and Feel 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 return 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>
<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%2Fpassbacks-and-returns%2Fcan-i-specify-the-return-url-on-the-fly&amp;title=Can+I+specify+the+return+URL+%26%238216%3Bon+the+fly%26%238217%3B%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/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/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/why-do-i-get-an-http-error-404-file-not-found-on-passback</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/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 protocol [...]]]></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>Under the &#8216;Helpful Links&#8217; section, click on &#8216;Settings&#8217; near the &#8216;Look and<br />
Feel&#8217; section.</li>
<li>Check the URL that is currently entered there and correct any mistakes that<br />
it may contain.</li>
<li>Click &#8216;Save Changes&#8217;.</li>
</ol>
<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%2Fpassbacks-and-returns%2Fwhy-do-i-get-an-http-error-404-file-not-found-on-passback&amp;title=Why+do+I+get+an+HTTP+Error+404+%28File+Not+Found%29+on+Passback%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/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>Can I have more than one passback URL?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/can-i-have-more-than-one-passback-url</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/can-i-have-more-than-one-passback-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[multiple]]></category>
		<category><![CDATA[passback]]></category>
		<category><![CDATA[return]]></category>
		<category><![CDATA[url]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/can-i-have-more-than-one-passback-url/</guid>
		<description><![CDATA[It is possible to use multiple pass back URLs, or return URLs, with our system. If you are using our free Plug and Play shopping cart, then you simply need to add the URLs to the products themselves to achieve this. You may specify the Approved and Pending* URLs on each individual product that you [...]]]></description>
			<content:encoded><![CDATA[<p>It is possible to use multiple pass back URLs, or return URLs, with our system. If you are using our free Plug and Play shopping cart, then you simply need to add the URLs to the products themselves to achieve this. You may specify the Approved and Pending* URLs on each individual product that you have created in our system. These URLs will over-ride any URL set on the Site Managment page. We will then use this URL to return the customer to when it is purchased.</p>
<p>Having multiple return URLs can conflict with the Direct Return feature that we have available. This feature will make the customer skip the &#8216;Sale Processed&#8217; and go directly from the Billing Information page of the checkout process to your return URL. We can only return the customer to one page at a time, so when multiple products are purchased that have different return URLs, the Direct Return feature is disabled for that sale. The customer will then be presented with a list of the products or services they purchased along with their respective return URLs to click. There is a parameter available to lock our cart into only allowing the purchase of one product at a time, and this parameters name is &#8216;fixed&#8217;. You may pass this in with the value of a capital &#8216;Y&#8217; to lock the quantity fields. More information on Direct Return and the parameters that we accept can be found elsewhere in the Knowledge Base. Please do a search for &#8216;Direct Return&#8217; or &#8216;parameters&#8217; if you would like to read this information.</p>
<p>If you are using a third party or customer cart or script, then multiple return URLs may still be used, but the implementation of this would have to be on your end as the product information in the 2CO database is not used. If you are not passing in product_id parameters, then you are not using the Plug and Play cart of ours. To achieve multiple return URLs with a customer cart or third party cart, you may use the x_receipt_link_url parameter to control where the customer is returned to. The value of this parameter MUST match the domain that is listed on your 2Checkout.com account for security reasons. You would then need to design your cart or script to pass this parameter into our system along with the appropriate value for that sale.</p>
<p><strong>*The Pending URL field is no longer used and may be left blank as 2Checkout no longer accepts e-checks as a payment method.</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%2Fpassbacks-and-returns%2Fcan-i-have-more-than-one-passback-url&amp;title=Can+I+have+more+than+one+passback+URL%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/passbacks-and-returns/can-i-have-more-than-one-passback-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How Does The Return Process Work?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/how-does-the-return-process-work</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/how-does-the-return-process-work#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[direct return]]></category>
		<category><![CDATA[passback]]></category>
		<category><![CDATA[return]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-does-the-return-process-work/</guid>
		<description><![CDATA[After a sale, we can return the customer to a script or page on your site that you specify as the return URL. This can be done on the Look and Feel settings page of the Classic Sellers Area. This is located in the Helpful Links section of your account homepage. In the new Vendors [...]]]></description>
			<content:encoded><![CDATA[<p>After a sale, we can return the customer to a script or page on your site that you specify as the return URL. This can be done on the Look and Feel settings page of the Classic Sellers Area. This is located in the Helpful Links section of your account homepage. In the new Vendors Administration Area this information may be entered by first clicking the Account tab on your account homepage and then clicking the Site Management sub tab on your account page.</p>
<p>2Checkout can return the customer to an Approved or Pending URL after a sale. If we can immediately verify the availability of funds, then the customer is sent to the Approved URL. If we are not able to do this, then they will go to the Pending URL. For example, a digital check would always be sent to the Pending URL because we can not immediately verify the availability of funds. A confirmation email is sent out when the check clears, but no pass back ever occurs after the initial sale. Another way of saying this is that if the credit_card_processed parameter is &#8220;Y&#8221;, then the customer goes to the Approved URL, but if it is &#8220;K&#8221; then they will go to the Pending URL.</p>
<p>You may also specify the Approved and Pending URL on the product level in the Classic Sellers Area as well as the new Vendors Administration Area. Any URL set here over-rides the main ones set on the Look and Feel settings page.</p>
<p>The terms pass back URL and return URL generally mean the same thing and can be used interchangeably. However, pass back refers to the information or parameters that we send back to your site after a sale. Return refers to the actual process of sending the customer there. Pass back URL and return URL are the same because in this context it simply means &#8220;where do you want return/pass back to go to?&#8221;</p>
<p>Additionally, the x_receipt_link_url parameter can be used to specify the return URL on the fly. If you take this approach, this parameter will over-ride any URL set on the Look and Feel settings page. You may use this parameter to have a specific button or link use a return URL that is different than the ones set on the Look and Feel page. If you do this, your return script would need to check the value of the credit_card_processed parameter itself to determine what the appropriate course of action should be. Another way of saying this is that, since this parameter only allows you to specify one return URL rather than both the Approved and Pending URLs, whatever script it is returning the customer to will need to check the value of the credit_card_processed parameter to determine whether they should provide the customer with a &#8220;Thank You for Ordering! / Here is Your Download!&#8221; page, or a &#8220;You will receive more information when your payment is approved&#8221; screen.</p>
<p>It is also important to note that if x_receipt_link_url is used, then the return page must match the domain on the account. If the URL is saved on the Look and Feel page or the product level, then we can return them anywhere. In short, if the URL is in our database we can return them there. If not, then it must match for security reasons.</p>
<p>2Checkout.com will also POST the information to your return URL in all cases, regardless of whether Direct Return is enabled or disabled. It is important to note that we will not allow a mix of GET and POST in the return process. If you are trying to return the customer to &#8220;http://www.yoursite.com/your_script.php?param=value&#8221; then we actually return the customer to &#8220;http://www.yoursite.com/your_script.php&#8221; and the &#8216;param=value&#8217; will be returned as POST information with the rest of the sales information that we normally pass back.</p>
<p>You must also have a script set up as the return URL if you wish to receive the pass back information. If you would like this information returned to you, make sure that your return URL ends in the extension of a script. If your return URL ends in any of the following extensions, then pass back will NOT occur, but the customer will still be returned there : .htm, .html, .com, .zip, .pdf, .rar, .doc</p>
<p>The order of precedence for return from highest to lowest is:</p>
<ol>
<li>x_receipt_link_url</li>
<li>Product Level</li>
<li>Look and Feel page</li>
</ol>
<p>The x_receipt_link_url will take precedence over all other return URLs, and the Look and Feel page will be used by default if the other two are absent.</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%2Fpassbacks-and-returns%2Fhow-does-the-return-process-work&amp;title=How+Does+The+Return+Process+Work%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/passbacks-and-returns/how-does-the-return-process-work/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>Where do I input the URL of the script on my site I want you to pass back to?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/where-do-i-input-the-url-of-the-script-on-my-site-i-want-you-to-pass-back-to</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/where-do-i-input-the-url-of-the-script-on-my-site-i-want-you-to-pass-back-to#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[passback]]></category>
		<category><![CDATA[return]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/where-do-i-input-the-url-of-the-script-on-my-site-i-want-you-to-pass-back-to/</guid>
		<description><![CDATA[To specify a URL for our system to pass back to, please follow these steps:

Click on the ‘Account’ tab.
Click on the ‘Site Management’ sub category.
Input the URL into the Approved and Pending URL boxes on this page.
Click &#8216;Save Changes&#8217;.

If you our using our free Plug and Play shopping cart, then you may specify an Approved [...]]]></description>
			<content:encoded><![CDATA[<p>To specify a URL for our system to pass back to, please follow these steps:</p>
<ol>
<li>Click on the ‘Account’ tab.</li>
<li>Click on the ‘Site Management’ sub category.</li>
<li>Input the URL into the Approved and Pending URL boxes on this page.</li>
<li>Click &#8216;Save Changes&#8217;.</li>
</ol>
<p>If you our using our free Plug and Play shopping cart, then you may specify an Approved and Pending URL on each product individually. You should see the options for these URLs while creating a product, but to add them to existing products, click Edit next to the product you wish to add them on. Any return URLs set on the product itself will over-ride the ones that you set on the Look and Feel page.</p>
<p>The Approved and Pending URLs may be the same URLs if you wish, but they can also be separate URLs. We will send the customer to the Approved or Pending URL depending on what the value of the credit_card_processed parameter is. It is only either Y or K. We will set the value of this to Y if we can immediately verify the availability of funds after the sale and then send the customer to your return Approved URL. We will set it to K and return them to the Pending URL if we can not immediately verify the availability of funds, such as if the customer paid by digital check. If you put the URL to the same script in both boxes, then the script should check the value of this parameter to determine the needed course of action.</p>
<p>The URL you enter here must have the extension of a script. If a static HTML file is used, such as an .htm or .html file, we will still send the customer back to that page. However, we will not pass back any details of the sale with them unless it is a script. If your return URL ends in any of the following extensions, then pass back will NOT occur, but the customer will still be returned there : .htm, .html, .com, .zip, .pdf, .rar, .doc</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%2Fpassbacks-and-returns%2Fwhere-do-i-input-the-url-of-the-script-on-my-site-i-want-you-to-pass-back-to&amp;title=Where+do+I+input+the+URL+of+the+script+on+my+site+I+want+you+to+pass+back+to%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/passbacks-and-returns/where-do-i-input-the-url-of-the-script-on-my-site-i-want-you-to-pass-back-to/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why when I changed the Return Url on the Return Page but after the purchase the buyer still returns to the old link?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/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/community/blog/knowledge-base/suppliers/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[In the Admin under Products &#8211; Existing Products and then click Edit for your products.  You will see that each product has its own return url, if you put a url in there, it will over ride the one on the Site Managment page of the Admin.
]]></description>
			<content:encoded><![CDATA[<p>In the Admin under Products &#8211; Existing Products and then click Edit for your products.  You will see that each product has its own return url, if you put a url in there, it will over ride the one on the Site Managment page of the Admin.</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%2Fpassbacks-and-returns%2Fwhy-when-i-changed-the-return-url-on-the-return-page-but-after-the-purchase-the-buyer-still-returns-to-the-old-link&amp;title=Why+when+I+changed+the+Return+Url+on+the+Return+Page+but+after+the+purchase+the+buyer+still+returns+to+the+old+link%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/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>How do I mask the Return URL for the Plug N Play Cart?</title>
		<link>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/how-do-i-mask-the-return-url-for-the-plug-n-play-cart</link>
		<comments>http://www.2checkout.com/community/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/how-do-i-mask-the-return-url-for-the-plug-n-play-cart#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[mask]]></category>
		<category><![CDATA[return url]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">https://192.168.2.217/fresh/blog/2006/12/30/how-do-i-mask-the-return-url-for-the-plug-n-play-cart/</guid>
		<description><![CDATA[1) The Return URL can be masked in live or demo mode, assuming it is turned on.  To do this, the Direct Return Feature needs to be turned on, as well as the Return URL for your routine.  The Direct Return can be found on the Site Managment page towards the bottom of [...]]]></description>
			<content:encoded><![CDATA[<p>1) The Return URL can be masked in live or demo mode, assuming it is turned on.  To do this, the Direct Return Feature needs to be turned on, as well as the Return URL for your routine.  The Direct Return can be found on the Site Managment page towards the bottom of the page under overall passback.</p>
<p>2) The Return page and the product listing page space to put a return link is one in the same.  If you add it to one, it will also be on the other.  That is just a second place to add the link.  In order for the return to work, you need to put the correct return link to &#8220;YES&#8221;, as well as the Direct Return to &#8220;YES&#8221; for masked URL.</p>
<p>When you add your products to the Admin, you also have an option to put a return URL for each product.  This will override the one on the Return page, so you can have a different return URL per product.  Any product that does not have a return URL will be returned to the page on the return page.</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%2Fpassbacks-and-returns%2Fhow-do-i-mask-the-return-url-for-the-plug-n-play-cart&amp;title=How+do+I+mask+the+Return+URL+for+the+Plug+N+Play+Cart%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/passbacks-and-returns/how-do-i-mask-the-return-url-for-the-plug-n-play-cart/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/community/blog/knowledge-base/suppliers/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/community/blog/knowledge-base/suppliers/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>
<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%2Fpassbacks-and-returns%2Fwhy-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&amp;title=Why+when+you+click+the+confirmation+button%2C+instead+of+redirecting+to+the+return+URL%2C+it+redirects+to+a+different+page+than+I+set+up+in+the+Return+page%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/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>
	</channel>
</rss>
