<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: is it me, or is paypal hard to use</title>
	<atom:link href="http://johnwilker.com/2007/11/is-it-me-or-is-paypal-hard-to-use/feed/" rel="self" type="application/rss+xml" />
	<link>http://johnwilker.com/2007/11/is-it-me-or-is-paypal-hard-to-use/</link>
	<description>Books, Community, Entrepreneurship, Technology</description>
	<lastBuildDate>Sat, 19 May 2012 09:53:01 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: professional web des</title>
		<link>http://johnwilker.com/2007/11/is-it-me-or-is-paypal-hard-to-use/comment-page-1/#comment-1245</link>
		<dc:creator>professional web des</dc:creator>
		<pubDate>Wed, 07 Jan 2009 02:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/is-it-me-or-is-paypal-hard-to-use#comment-1245</guid>
		<description>The problem  with paypal i think is that they focus on the end users and don&#039;t really give a hoot about us developers. They&#039;re quite lazy where that&#039;s concerned. They know, as developers, we&#039;re tied in cause the client has probably asked specifically for paypal. Hang in there. Not sure if i can offer any specific help, but there&#039;s usually ways around these paypal irritations.</description>
		<content:encoded><![CDATA[<p>The problem  with paypal i think is that they focus on the end users and don&#039;t really give a hoot about us developers. They&#039;re quite lazy where that&#039;s concerned. They know, as developers, we&#039;re tied in cause the client has probably asked specifically for paypal. Hang in there. Not sure if i can offer any specific help, but there&#039;s usually ways around these paypal irritations.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://johnwilker.com/2007/11/is-it-me-or-is-paypal-hard-to-use/comment-page-1/#comment-1254</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Wed, 07 Jan 2009 02:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/is-it-me-or-is-paypal-hard-to-use#comment-1254</guid>
		<description>Hey John,

I recently added PayPal support to my Flex-based classified ads site (www.petsbc.com) and initially had the same frustrations as you. Basically they have 2 different APIs. A Name-Value Pair API and a SOAP API. I ended up using the Name-Value Pair API (which they suggest) because their SOAP API seems a little over engineered.

To use their express checkout system you must:

1. Send a SetExpressCheckout API call.
  In the request you pass a dollar amount, a return url and a cancel url
  In the response you get a unique token string used to identify the transaction
2. Redirect the browse to the PayPal checkout URL and pass the token id
3. The user will be redirected back to either the return url or cancel url (depending if they cancel or not)
  PayPal also appends a payer id to the return url
4. Your return url should be a confirmation screen
5. When the user clicks to confirm the payment, you send a DoExpressCheckoutPayment API call.
  In the request you need to pass the token, payer id and the amount.

I&#039;m using Java for my server-side code which talks to the PayPal API. If you are interested in the source code just send me an e-mail.

Hey maybe there needs to be a &quot;Integrate Flex and PayPal&quot; session at 360&#124;Flex :P

Hope this helps!
Ryan Campbell</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>I recently added PayPal support to my Flex-based classified ads site (www.petsbc.com) and initially had the same frustrations as you. Basically they have 2 different APIs. A Name-Value Pair API and a SOAP API. I ended up using the Name-Value Pair API (which they suggest) because their SOAP API seems a little over engineered.</p>
<p>To use their express checkout system you must:</p>
<p>1. Send a SetExpressCheckout API call.<br />
  In the request you pass a dollar amount, a return url and a cancel url<br />
  In the response you get a unique token string used to identify the transaction<br />
2. Redirect the browse to the PayPal checkout URL and pass the token id<br />
3. The user will be redirected back to either the return url or cancel url (depending if they cancel or not)<br />
  PayPal also appends a payer id to the return url<br />
4. Your return url should be a confirmation screen<br />
5. When the user clicks to confirm the payment, you send a DoExpressCheckoutPayment API call.<br />
  In the request you need to pass the token, payer id and the amount.</p>
<p>I&#039;m using Java for my server-side code which talks to the PayPal API. If you are interested in the source code just send me an e-mail.</p>
<p>Hey maybe there needs to be a &amp;quot;Integrate Flex and PayPal&amp;quot; session at 360|Flex :P</p>
<p>Hope this helps!<br />
Ryan Campbell</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan</title>
		<link>http://johnwilker.com/2007/11/is-it-me-or-is-paypal-hard-to-use/comment-page-1/#comment-1258</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Wed, 07 Jan 2009 02:45:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/is-it-me-or-is-paypal-hard-to-use#comment-1258</guid>
		<description>Hey John,

Are you with their Payments Pro program? (It might be called something different in the US). Essentially, they have a &quot;pro&quot; account that you can integrate via various methods (and I found lots of docs, etc., on the site through the Payment Manager login.) Again, this may be something they only have for that program (the one that comes with the virtual terminal, etc.) Sorry I can&#039;t be of more help.</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>Are you with their Payments Pro program? (It might be called something different in the US). Essentially, they have a &amp;quot;pro&amp;quot; account that you can integrate via various methods (and I found lots of docs, etc., on the site through the Payment Manager login.) Again, this may be something they only have for that program (the one that comes with the virtual terminal, etc.) Sorry I can&#039;t be of more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ryan Campbell</title>
		<link>http://johnwilker.com/2007/11/is-it-me-or-is-paypal-hard-to-use/comment-page-1/#comment-164</link>
		<dc:creator>Ryan Campbell</dc:creator>
		<pubDate>Sat, 10 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/is-it-me-or-is-paypal-hard-to-use#comment-164</guid>
		<description>Hey John, 
 
I recently added PayPal support to my Flex-based classified ads site (&lt;a href=&quot;http://www.petsbc.com)&quot; rel=&quot;nofollow&quot;&gt;www.petsbc.com) &lt;/a&gt;and initially had the same frustrations as you. Basically they have 2 different APIs. A Name-Value Pair API and a SOAP API. I ended up using the Name-Value Pair API (which they suggest) because their SOAP API seems a little over engineered. 
 
To use their express checkout system you must: 
 
1. Send a SetExpressCheckout API call. 
  In the request you pass a dollar amount, a return url and a cancel url 
  In the response you get a unique token string used to identify the transaction 
2. Redirect the browse to the PayPal checkout URL and pass the token id 
3. The user will be redirected back to either the return url or cancel url (depending if they cancel or not) 
  PayPal also appends a payer id to the return url 
4. Your return url should be a confirmation screen 
5. When the user clicks to confirm the payment, you send a DoExpressCheckoutPayment API call. 
  In the request you need to pass the token, payer id and the amount. 
 
I&#039;m using Java for my server-side code which talks to the PayPal API. If you are interested in the source code just send me an e-mail. 
 
Hey maybe there needs to be a &quot;Integrate Flex and PayPal&quot; session at 360&#124;Flex :P 
 
Hope this helps! 
Ryan Campbell </description>
		<content:encoded><![CDATA[<p>Hey John, </p>
<p>I recently added PayPal support to my Flex-based classified ads site (<a href="http://www.petsbc.com)" rel="nofollow"></a><a href="http://www.petsbc.com" rel="nofollow">http://www.petsbc.com</a>) and initially had the same frustrations as you. Basically they have 2 different APIs. A Name-Value Pair API and a SOAP API. I ended up using the Name-Value Pair API (which they suggest) because their SOAP API seems a little over engineered. </p>
<p>To use their express checkout system you must: </p>
<p>1. Send a SetExpressCheckout API call.<br />
  In the request you pass a dollar amount, a return url and a cancel url<br />
  In the response you get a unique token string used to identify the transaction<br />
2. Redirect the browse to the PayPal checkout URL and pass the token id<br />
3. The user will be redirected back to either the return url or cancel url (depending if they cancel or not)<br />
  PayPal also appends a payer id to the return url<br />
4. Your return url should be a confirmation screen<br />
5. When the user clicks to confirm the payment, you send a DoExpressCheckoutPayment API call.<br />
  In the request you need to pass the token, payer id and the amount. </p>
<p>I&#039;m using Java for my server-side code which talks to the PayPal API. If you are interested in the source code just send me an e-mail. </p>
<p>Hey maybe there needs to be a &quot;Integrate Flex and PayPal&quot; session at 360|Flex :P </p>
<p>Hope this helps!<br />
Ryan Campbell </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Aral Balkan</title>
		<link>http://johnwilker.com/2007/11/is-it-me-or-is-paypal-hard-to-use/comment-page-1/#comment-163</link>
		<dc:creator>Aral Balkan</dc:creator>
		<pubDate>Sat, 10 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/is-it-me-or-is-paypal-hard-to-use#comment-163</guid>
		<description>Hey John,

Are you with their Payments Pro program? (It might be called something different in the US). Essentially, they have a &quot;pro&quot; account that you can integrate via various methods (and I found lots of docs, etc., on the site through the Payment Manager login.) Again, this may be something they only have for that program (the one that comes with the virtual terminal, etc.) Sorry I can&#039;t be of more help.</description>
		<content:encoded><![CDATA[<p>Hey John,</p>
<p>Are you with their Payments Pro program? (It might be called something different in the US). Essentially, they have a &quot;pro&quot; account that you can integrate via various methods (and I found lots of docs, etc., on the site through the Payment Manager login.) Again, this may be something they only have for that program (the one that comes with the virtual terminal, etc.) Sorry I can&#8217;t be of more help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: professional web designer</title>
		<link>http://johnwilker.com/2007/11/is-it-me-or-is-paypal-hard-to-use/comment-page-1/#comment-162</link>
		<dc:creator>professional web designer</dc:creator>
		<pubDate>Sat, 10 Nov 2007 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.johnwilker.com/j/index.cfm/2007/6/29/is-it-me-or-is-paypal-hard-to-use#comment-162</guid>
		<description>The problem  with paypal i think is that they focus on the end users and don&#039;t really give a hoot about us developers. They&#039;re quite lazy where that&#039;s concerned. They know, as developers, we&#039;re tied in cause the client has probably asked specifically for paypal. Hang in there. Not sure if i can offer any specific help, but there&#039;s usually ways around these paypal irritations.</description>
		<content:encoded><![CDATA[<p>The problem  with paypal i think is that they focus on the end users and don&#8217;t really give a hoot about us developers. They&#8217;re quite lazy where that&#8217;s concerned. They know, as developers, we&#8217;re tied in cause the client has probably asked specifically for paypal. Hang in there. Not sure if i can offer any specific help, but there&#8217;s usually ways around these paypal irritations.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

