<?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>public &#187; API</title>
	<atom:link href="http://www.2checkout.com/community/public/tag/api/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.2checkout.com/community/public</link>
	<description>Just another 192.168.2.217 weblog</description>
	<lastBuildDate>Sat, 21 Nov 2009 16:31:18 +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>RESTful API</title>
		<link>http://www.2checkout.com/community/public/feature-requests/restful-api/</link>
		<comments>http://www.2checkout.com/community/public/feature-requests/restful-api/#comments</comments>
		<pubDate>Mon, 14 Apr 2008 14:14:35 +0000</pubDate>
		<dc:creator>myroslav</dc:creator>
				<category><![CDATA[Feature Requests]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[REST]]></category>

		<guid isPermaLink="false">http://www.2checkout.com/community/public/feature-requests/restful-api/</guid>
		<description><![CDATA[Ability to get information about sales in xml with RESTful access protocol would be great.
I.e. GET via HTTPS:
GET /va/sales/detail?sale_id=1234567890
Host: www.2checkout.com
Accept: application/xml
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
would return something like
{sale}
  {id}1234567890{/id}
  {amount currency=&#8221;USD&#8221;}123.00{/amount}
  {method channel=&#8221;CC&#8221;}
    {type}Visa{/type}
    {card}123456&#8230;90{/card}
    {avs}XX{/avs}
    {cvv}P{/cvv}
  {/method}
  {customer}
  [...]]]></description>
			<content:encoded><![CDATA[<p>Ability to get information about sales in xml with RESTful access protocol would be great.</p>
<p>I.e. GET via HTTPS:</p>
<p>GET /va/sales/detail?sale_id=1234567890<br />
Host: www.2checkout.com<br />
Accept: application/xml<br />
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==</p>
<p>would return something like</p>
<p>{sale}<br />
  {id}1234567890{/id}<br />
  {amount currency=&#8221;USD&#8221;}123.00{/amount}<br />
  {method channel=&#8221;CC&#8221;}<br />
    {type}Visa{/type}<br />
    {card}123456&#8230;90{/card}<br />
    {avs}XX{/avs}<br />
    {cvv}P{/cvv}<br />
  {/method}<br />
  {customer}<br />
    {id}9876543210{/id}<br />
    {name}John Doe{/name}<br />
    {address}<br />
      {street}1600 Amphitheatre Parkway{/street}<br />
      {city}Mountain View{/city}<br />
      {state}CA{/state}<br />
      {zip}94043{/zip}<br />
      {country}USA{/country}<br />
    {/address}<br />
    {phone}+1(555)12-3456{phone}<br />
    {email}jdoe@example.com{/email}<br />
    &#8230;<br />
{/sale}</p>
<p>Note: angle brackets should be above in example&#8230;</p>
<p>Request is not limited to sales only, products, payments, etc. would be great as well, but sales are first priority.</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%2Fpublic%2Ffeature-requests%2Frestful-api%2F&amp;title=RESTful+API', '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/public/feature-requests/restful-api/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Integration Guide</title>
		<link>http://www.2checkout.com/community/public/tech-support/integration-guide/</link>
		<comments>http://www.2checkout.com/community/public/tech-support/integration-guide/#comments</comments>
		<pubDate>Sun, 30 Dec 2007 19:05:51 +0000</pubDate>
		<dc:creator>karl</dc:creator>
				<category><![CDATA[Tech Support]]></category>
		<category><![CDATA[API]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Recurring billing]]></category>

		<guid isPermaLink="false">http://2checkout.com/community/public/tech-support/integration-guide/</guid>
		<description><![CDATA[I\&#8217;m sorry for asking a question which I know will have been asked before, or at least I would expect so.  I\&#8217;ve been asked by a client to add 2co to his website.  He uses recurring billing and doesn\&#8217;t want to add his products manually.  
Basically I need a guide, I\&#8217;m assuming [...]]]></description>
			<content:encoded><![CDATA[<p>I\&#8217;m sorry for asking a question which I know will have been asked before, or at least I would expect so.  I\&#8217;ve been asked by a client to add 2co to his website.  He uses recurring billing and doesn\&#8217;t want to add his products manually.  </p>
<p>Basically I need a guide, I\&#8217;m assuming you have one hidden somewhere on this site?  </p>
<p>If anyone could point me in the right direction(s) I would greatly appreciate it, I have stumbled around on the site for about 40mins now and I\&#8217;ve got no where, I can\&#8217;t find a clearcut guide.</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%2Fpublic%2Ftech-support%2Fintegration-guide%2F&amp;title=Integration+Guide', '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/public/tech-support/integration-guide/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
