<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel> 

      <title>Comments on: Can I "own" PayPal transactions?</title>
      <link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions/</link>
      <description>Comments on Ask MetaFilter post Can I "own" PayPal transactions?</description>
	  	  <pubDate>Mon, 21 May 2007 17:08:27 -0800</pubDate>
      <lastBuildDate>Mon, 21 May 2007 17:08:27 -0800</lastBuildDate>
      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>

<item>
  	<title>Question: Can I &quot;own&quot; PayPal transactions?</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions</link>	
  	<description>Can I develop a shopping cart that allows people to pay via PayPal but keeps the transaction on my site? What I thought I had seen, but can&apos;t find, is an example where:&lt;br&gt;
&lt;br&gt;
1) customer adds item to cart + hits checkout&lt;br&gt;
2) customer is asked to login to a paypal screen&lt;br&gt;
3) customer completes order at store domain (the cart has captured the paypal account info above)</description>
  	<guid isPermaLink="false">post:ask.metafilter.com,2008:site.63114</guid>
  	<pubDate>Mon, 21 May 2007 17:03:06 -0800</pubDate>
  	<dc:creator>subpixel</dc:creator>
	
	<category>paypal</category>
	
	<category>cart</category>
	
	<category>ecommerce</category>
	
</item>
<item>
  	<title>By: AaRdVarK</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#949876</link>	
  	<description>PayPal would never, ever allow that.  They are definitely not going to allow you to capture any account info.  What&apos;s wrong with the current system where they go through PayPal and then redirect them back to your site?</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-949876</guid>
  	<pubDate>Mon, 21 May 2007 17:08:27 -0800</pubDate>
  	<dc:creator>AaRdVarK</dc:creator>
</item>
<item>
  	<title>By: subpixel</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#949880</link>	
  	<description>My mind must be playing tricks on me. Perhaps I dreamt it.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-949880</guid>
  	<pubDate>Mon, 21 May 2007 17:10:46 -0800</pubDate>
  	<dc:creator>subpixel</dc:creator>
</item>
<item>
  	<title>By: wierdo</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#949882</link>	
  	<description>As far as I&apos;ve seen, the usual way this works is that your cart sends them to paypal, then they login and send the money, and then paypal redirects them back to your site.&lt;br&gt;
&lt;br&gt;
I&apos;ve seen a few cases where the redirection back doesn&apos;t happen, when the merchant instead chooses to have you authorize them to take a certain amount of money from your account. Otherwise the sites I&apos;ve used have been like I described in the first paragraph.&lt;br&gt;
&lt;br&gt;
On preview: what AaRdVarK said</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-949882</guid>
  	<pubDate>Mon, 21 May 2007 17:10:58 -0800</pubDate>
  	<dc:creator>wierdo</dc:creator>
</item>
<item>
  	<title>By: zarah</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#949886</link>	
  	<description>gothamcityonline, a new york shoe store/charity org seems to have this set up with paypal.  The checkout is based on their domain, it&apos;s not (at least not fully, from what I have noticed during transactions) part of the paypal (or ebay) check out and does capture your paypal/ebay info.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-949886</guid>
  	<pubDate>Mon, 21 May 2007 17:14:50 -0800</pubDate>
  	<dc:creator>zarah</dc:creator>
</item>
<item>
  	<title>By: CrayDrygu</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#949889</link>	
  	<description>What you&apos;re looking for is contained within the &lt;a href=&quot;https://www.paypal.com/IntegrationCenter/ic_sdk-resource.html&quot;&gt;PayPal API and SDK&lt;/a&gt; site.  I believe you want &lt;a href=&quot;https://www.paypal.com/IntegrationCenter/ic_pro_home.html&quot;&gt;Website Payments Pro&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
That said, I don&apos;t think there&apos;s any solution that lets people pay via PayPal, but never see a PayPal.com page.  That just sounds incredibly insecure.&lt;br&gt;
&lt;br&gt;
Personally, not only would I &lt;i&gt;never &lt;b&gt;ever EVER&lt;/b&gt;&lt;/i&gt; enter my PayPal login/password on any site other than PayPal.com, but I would make it a point not to purchase anything from a site that asks me to.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-949889</guid>
  	<pubDate>Mon, 21 May 2007 17:15:41 -0800</pubDate>
  	<dc:creator>CrayDrygu</dc:creator>
</item>
<item>
  	<title>By: bonaldi</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#949913</link>	
  	<description>Seconding CrayDrygu. I&apos;d never give my PayPal details to a site that wasn&apos;t really, really clearly PayPal. I double and triple check even on sites I trust. PayPal is a magnet for scammers, and you don&apos;t want to even give a hint that you might be one of them.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-949913</guid>
  	<pubDate>Mon, 21 May 2007 17:35:29 -0800</pubDate>
  	<dc:creator>bonaldi</dc:creator>
</item>
<item>
  	<title>By: Ookseer</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#949944</link>	
  	<description>What is it that you&apos;re after?&lt;br&gt;
&lt;br&gt;
Do you want to give the impression that you&apos;re doing the credit card processing yourself without obviously involving a third party?&lt;br&gt;
&lt;br&gt;
Or do you just think PayPal is ugly and it doesn&apos;t fit with the design of your site.&lt;br&gt;
&lt;br&gt;
If it&apos;s the first you should go with a different company to process your credit cards.  Your bank might be a good place to ask.&lt;br&gt;
&lt;br&gt;
If it&apos;s the second, deal with it.  As others have said, that your customer at PayPal and knows it is the whole point.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-949944</guid>
  	<pubDate>Mon, 21 May 2007 17:58:17 -0800</pubDate>
  	<dc:creator>Ookseer</dc:creator>
</item>
<item>
  	<title>By: Gerard Sorme</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#949983</link>	
  	<description>There are a lot of sites integrating the Paypal system within their website using the Paypal API/SDK. This is no different than any other third-party provider integrating their payment system into a site. With most webstores, you do pay within the site and &lt;em&gt;you don&apos;t ever know who the the gateway payment system belongs to&lt;/em&gt;. The merchant account is not something advertised, whether its when you hand your credit card over at a brick and mortar shoe store, or if it&apos;s an online handbag store. Why, when it&apos;s Paypal, should we feel we need to actually &lt;em&gt;go to the Paypal site&lt;/em&gt; to feel safe? If you&apos;re afraid of a website fraudulently collecting information, a bogus website could do that without emulating Paypal. Bottom line: Paypal shouldn&apos;t be treated any differently than any other merchant account provider. They are branching out and competing with other more traditional merchant account providers - and that means an interface inside the site - &lt;em&gt;just like every other merchant account payment gateway.&lt;/em&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-949983</guid>
  	<pubDate>Mon, 21 May 2007 18:41:42 -0800</pubDate>
  	<dc:creator>Gerard Sorme</dc:creator>
</item>
<item>
  	<title>By: bonaldi</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#950004</link>	
  	<description>&lt;i&gt; just like every other merchant account payment gateway.&lt;/i&gt;&lt;br&gt;
That only the deserves the italics if PayPal and the merchant account gateways are the same, when they&apos;re absolutely not. Your credit card lives in your wallet; your PayPal account lives in PayPal.com. Websites can plausibly need to know my CC number; they don&apos;t need my PayPal details. &lt;br&gt;
&lt;br&gt;
We feel the need to go to their site to feel safe because by taking a username and password, a site can have virtually unbridled access to our cash. By taking a C/C number, it gets limited and easily-revoked access.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-950004</guid>
  	<pubDate>Mon, 21 May 2007 18:57:39 -0800</pubDate>
  	<dc:creator>bonaldi</dc:creator>
</item>
<item>
  	<title>By: CrayDrygu</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#950118</link>	
  	<description>&lt;i&gt;&amp;quot;Why, when it&apos;s Paypal, should we feel we need to actually go to the Paypal site to feel safe?&amp;quot;&lt;/i&gt;&lt;br&gt;
&lt;br&gt;
When paying by a credit card, you only need to give the merchant a 16-digit card number.  It&apos;s not even really an &amp;quot;account number&amp;quot; as you can change the card number without opening and closing accounts.  If a fraudster gets the number, the worst they can do is run up a charge that you won&apos;t even be held liable for.&lt;br&gt;
&lt;br&gt;
With PayPal, you don&apos;t have a card number, or even an account number.  All you have is a username and password.  If a fraudster gets &lt;i&gt;that&lt;/i&gt;, they now have total control over your account.  They can change your password, shut off all notifications, and play with it until their heart&apos;s content.  You may never even know, if you&apos;re not in the habit of checking your PayPal account often.&lt;br&gt;
&lt;br&gt;
So, if the OP just wanted to process normal credit transactions via PayPal, you&apos;d be right.  But you&apos;re not, on two counts.  One, if you use PayPal to accept credit cards, their rules state you &lt;i&gt;must&lt;/i&gt; also accept PayPal payments.  And two, the OP specifically asked about paying via PayPal, not via credit card.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-950118</guid>
  	<pubDate>Mon, 21 May 2007 20:33:01 -0800</pubDate>
  	<dc:creator>CrayDrygu</dc:creator>
</item>
<item>
  	<title>By: Gerard Sorme</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#950122</link>	
  	<description>bonaldi, The integrated Paypal sites are for accepting credit cards through Paypal only. If you want to use your Paypal &lt;i&gt;account&lt;/i&gt;, you still sign-through to Paypal.com. At least, that&apos;s my understanding.</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-950122</guid>
  	<pubDate>Mon, 21 May 2007 20:34:19 -0800</pubDate>
  	<dc:creator>Gerard Sorme</dc:creator>
</item>
<item>
  	<title>By: niteHawk</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#950351</link>	
  	<description>Umm. I just shopped for something at a Yahoo Store, and it worked the way you described. At checkout I was given the option of using Paypal, when I clicked on paypal link, it asked me to log in, and then it grabbed my info and filled out the form on yahoo&apos;s site. Truth be told, the only reason I remember, is because I don&apos;t remember ever seeing a transaction like this previously.&lt;br&gt;
&lt;br&gt;
The store was : &lt;a href=&quot;http://www.menswallet.com/&quot;&gt;http://www.menswallet.com/&lt;/a&gt; (I needed a very cheap wallet for something)</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-950351</guid>
  	<pubDate>Tue, 22 May 2007 07:14:56 -0800</pubDate>
  	<dc:creator>niteHawk</dc:creator>
</item>
<item>
  	<title>By: subpixel</title>
  	<link>http://ask.metafilter.com/63114/Can-I-own-PayPal-transactions#1020794</link>	
  	<description>Here&apos;s it is, explained: &lt;a href=&quot;https://www.paypal.com/cgi-bin/webscr?cmd=xpt/Merchant/merchant/ExpressCheckoutTechView-outside&quot;&gt;PayPal Express Checkout&lt;/a&gt;</description>
  	<guid isPermaLink="false">comment:ask.metafilter.com,2008:site.63114-1020794</guid>
  	<pubDate>Tue, 31 Jul 2007 06:31:27 -0800</pubDate>
  	<dc:creator>subpixel</dc:creator>
</item>

    </channel>
</rss>
