<?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/blog/tag/approved-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>Why Are the Images/Links on my Approved URL Broken?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/why-are-the-imageslinks-on-my-approved-url-broken/</link>
		<comments>http://www.2checkout.com/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 the Return Method is set to &#8220;Direct Return&#8221;, 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 will need [...]]]></description>
			<content:encoded><![CDATA[<p>When the Return Method is set to &#8220;Direct Return&#8221;, 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>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/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 ‘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>Can I have more than one passback URL?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/can-i-have-more-than-one-passback-url/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/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 approved 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 approved 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 Management 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 return features that we have available. The &#8220;Direct Return&#8221; and &#8220;Header Redirect&#8221; methods will make the customer skip the Order Processed page and go directly from the Billing Information page of the checkout process to your approved URL. We can only return the customer to one page at a time, so when multiple products are purchased that have different approved URLs, the immediate redirect 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 on our Order Processed page. More information on the return process and supported parameter sets can be found in the Related Articles at the bottom of the article.</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>
<p><strong>Related Articles</strong></p>
<ul>
<li><a href="http://www.2checkout.com/blog/knowledge-base/suppliers/tech-support/passbacks-and-returns/how-does-the-return-process-work">How Does The Return Process Work?</a></li>
<li><a href="http://www.2checkout.com/blog/category/knowledge-base/suppliers/tech-support/3rd-party-carts/parameter-sets">Parameter Sets</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/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/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-the-return-process-work/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/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 the successful completion of a sale 2Checkout.com can return the customer and sale parameters to a script or page on your site. This URL can be entered on the Site Management page by clicking the Account tab followed by the Site Management sub-category. Specifying an approved URL at the account level will direct all [...]]]></description>
			<content:encoded><![CDATA[<p>After the successful completion of a sale 2Checkout.com can return the customer and sale parameters to a script or page on your site. This URL can be entered on the Site Management page by clicking the <strong>Account</strong> tab followed by the <strong>Site Management</strong> sub-category.</p>
<p>Specifying an approved URL at the account level will direct all customers to the same URL after a successful checkout. An approved URL can also be set at the product level by providing an approved URL when creating the product, or by clicking the blue Edit icon under the Actions column for the product on the Products page in your account. Product level approved URLs override the account level approved URL and can direct the customer to a specific location for that product, such as a download page. If multiple products are ordered the customer is provided with multiple approved URLs allowing them to access each product in the sale.</p>
<p>You may also choose to pass the approved URL on the fly by using the x_receipt_link_url parameter. This parameter will override both product and account level approved URLs. The value passed must match the domain registered to the account.</p>
<p>If you are returning the customer to a script on your end it is important to note that parameter information will typically be returned by POST. Parameters however will be returned by GET if either the Header Redirect method is selected or the Plug-and-Play parameter set is used and multiple products are purchased at the same time. Thus if you are using a product level approved URL your return script should be able to handle both methods without breaking. <em>Please Note: 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</em></p>
<p>Finally, you will determine the method in which your customer is returned to the approved URL. 2Checkout.com provides three methods. You may send the customer to our order processed page which will display a Click here to finalize your order button to redirect the customer, you may bypass the order processed page using a header redirect or you can immediately display your approved URL to the customer while they remain on our server. Your return method can be selected on the Site Management page.</p>
<p>With the Return Method set to <strong>Given links back to my website</strong>, the customer will be taken to our Order Processed page after completing a successful purchase. This page will feature a Click Here to Finalize Your Order button. When clicked the customer and collected sale parameters will be directed to the provided approved URL.</p>
<p>With the Return Method set to <strong>Direct Return</strong>, sale parameters will be posted automatically to the approved URL while fetched by our server and displayed to the customer. When using this Direct Return function the URL will be masked to the customer, appearing to still be on the 2Checkout.com domain. This method can be used with redirects as long as each page outputs content more than 255 characters to the browser. If Direct Return encounters a page that redirects without outputting content the process will fail and the customer will be sent to our standard Order Processed page. This occurs usually with a header redirect, specifically content less then 255 characters. This is a common issue as many developers will set their approved URL to a script that processes the return sales parameters then silently forwards the customer to another page. This is usually a thank you or download page for intangible products. The best solution is to handle all post-order processing on the page set as your approved URL, including the thank you message. If no redirects are used, meaning the URL is masked by our servers, then relative links will not point to the correct location. This can be corrected with the use of absolute paths on the approved URL page or by simply using a base tag in the head of the document to provide a reference for the relative paths.</p>
<p>With the Return Method set to <strong>Header Redirect</strong> the customer will be immediately returned to your approved URL. Using this method, the sale parameters will be returned along with the customer using the GET method.</p>
<p>If you have problems with the return process you&#8217;re welcome to contact us at techsupport@2co.com to assist with troubleshooting the issue. <em>Please Note: If you do not specify an approved URL at the account level, product level, or with the x_receipt_link_url parameter the customer will remain on the 2Checkout Order Processed page upon completion of the order.</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/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/blog/knowledge-base/merchants/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/blog/knowledge-base/merchants/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 [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/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>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>
		<item>
		<title>How does a direct return work?</title>
		<link>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-a-direct-return-work/</link>
		<comments>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-a-direct-return-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-a-direct-return-work/</guid>
		<description><![CDATA[The direct return works through a spider on 2Checkout.com that does an HTML GET from our server with all the variables to the seller&#8217;s server. The spider prints to the screen whatever the seller&#8217;s server returns for the buyer to see.]]></description>
			<content:encoded><![CDATA[<p>The direct return works through a spider on 2Checkout.com that does an HTML GET from our server with all the variables to the seller&#8217;s server. The spider prints to the screen whatever the seller&#8217;s server returns for the buyer to see.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.2checkout.com/blog/knowledge-base/merchants/tech-support/passbacks-and-returns/how-does-a-direct-return-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

