<?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: PayPal Recurring Billing with ActiveMerchant in Ruby on Rails</title>
	<atom:link href="http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/feed/" rel="self" type="application/rss+xml" />
	<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/</link>
	<description>Badminton on Rails</description>
	<lastBuildDate>Wed, 10 Mar 2010 18:16:50 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Mark Richman</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-28708</link>
		<dc:creator>Mark Richman</dc:creator>
		<pubDate>Sat, 13 Feb 2010 20:15:10 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-28708</guid>
		<description>I think the &quot;end&quot; 2 lines after &quot;def complete&quot; above is an error.</description>
		<content:encoded><![CDATA[<p>I think the &#8220;end&#8221; 2 lines after &#8220;def complete&#8221; above is an error.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Raymond Law</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-28693</link>
		<dc:creator>Raymond Law</dc:creator>
		<pubDate>Sat, 13 Feb 2010 00:32:48 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-28693</guid>
		<description>Mark,

You can use the code snippets in the post above to craft out a new rails sample app.  And yes, it works with Express Checkout.</description>
		<content:encoded><![CDATA[<p>Mark,</p>
<p>You can use the code snippets in the post above to craft out a new rails sample app.  And yes, it works with Express Checkout.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Richman</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-28691</link>
		<dc:creator>Mark Richman</dc:creator>
		<pubDate>Fri, 12 Feb 2010 20:56:23 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-28691</guid>
		<description>Which PayPal account type does this work with? Express Checkout, Website Payments Stanard, Website Payments Pro, etc?</description>
		<content:encoded><![CDATA[<p>Which PayPal account type does this work with? Express Checkout, Website Payments Stanard, Website Payments Pro, etc?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Richman</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-28235</link>
		<dc:creator>Mark Richman</dc:creator>
		<pubDate>Wed, 27 Jan 2010 00:09:35 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-28235</guid>
		<description>Got a sample app for this?</description>
		<content:encoded><![CDATA[<p>Got a sample app for this?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bernard</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-26627</link>
		<dc:creator>Bernard</dc:creator>
		<pubDate>Thu, 05 Nov 2009 10:57:53 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-26627</guid>
		<description>I had to add the following lines to Anthony&#039;s code for my purposes (after the &#039;AutoBillOutstandingAmount&#039; line):
&lt;code&gt;
if !options[:initialamount].blank?
  xml.tag! &#039;n2:ActivationDetails&#039; do
    xml.tag! &#039;n2:InitialAmount&#039;, amount(options[:initialamount]), &#039;currencyID&#039; =&gt; options[:currency] &#124;&#124; &#039;USD&#039;
  end
end
&lt;/code&gt;

Hope that this code will be formatted correctly...</description>
		<content:encoded><![CDATA[<p>I had to add the following lines to Anthony&#8217;s code for my purposes (after the &#8216;AutoBillOutstandingAmount&#8217; line):<br />
<code><br />
if !options[:initialamount].blank?<br />
  xml.tag! 'n2:ActivationDetails' do<br />
    xml.tag! 'n2:InitialAmount', amount(options[:initialamount]), 'currencyID' =&amp;gt; options[:currency] || 'USD'<br />
  end<br />
end<br />
</code></p>
<p>Hope that this code will be formatted correctly&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-26011</link>
		<dc:creator>Jon</dc:creator>
		<pubDate>Tue, 15 Sep 2009 10:30:57 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-26011</guid>
		<description>Just successfully created a subscription using direct payments by passing an instance of CreditCard in rather than a hash of details.

I think also you can&#039;t just use any old numbers for the credit card, etc as they have to pass various validations.

If you take the credit card portion out of a standard ActiveMerchant payment tutorial you should be good.

Cheers,

Jon</description>
		<content:encoded><![CDATA[<p>Just successfully created a subscription using direct payments by passing an instance of CreditCard in rather than a hash of details.</p>
<p>I think also you can&#8217;t just use any old numbers for the credit card, etc as they have to pass various validations.</p>
<p>If you take the credit card portion out of a standard ActiveMerchant payment tutorial you should be good.</p>
<p>Cheers,</p>
<p>Jon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ruby on Rails, PayPal Express Recurring Payments using Active Merchant &#171; Go Tripod Ltd</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-24976</link>
		<dc:creator>Ruby on Rails, PayPal Express Recurring Payments using Active Merchant &#171; Go Tripod Ltd</dc:creator>
		<pubDate>Tue, 04 Aug 2009 08:51:05 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-24976</guid>
		<description>[...] work with the latest ActiveMerchant. Raymond Law has kindly ported the code to use the SOAP API and you can find out more information and usage on his blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] work with the latest ActiveMerchant. Raymond Law has kindly ported the code to use the <span class="caps">SOAP API </span>and you can find out more information and usage on his blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Elad</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-23247</link>
		<dc:creator>Elad</dc:creator>
		<pubDate>Thu, 25 Jun 2009 00:57:18 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-23247</guid>
		<description>I really wish someone would create a sample app, it&#039;s just too complicated and i feel like i am guessing my way around..</description>
		<content:encoded><![CDATA[<p>I really wish someone would create a sample app, it&#8217;s just too complicated and i feel like i am guessing my way around..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kennon Ballou</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-22666</link>
		<dc:creator>Kennon Ballou</dc:creator>
		<pubDate>Fri, 12 Jun 2009 17:12:38 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-22666</guid>
		<description>Also, is there a way to disable showing the shipping address with recurring billing? I tried using the NoShipping xml item like for regular express payments, but it still seems to be showing it. Anyone had any luck disabling this for express recurring?</description>
		<content:encoded><![CDATA[<p>Also, is there a way to disable showing the shipping address with recurring billing? I tried using the NoShipping xml item like for regular express payments, but it still seems to be showing it. Anyone had any luck disabling this for express recurring?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kennon Ballou</title>
		<link>http://rayvinly.com/articles/2009/02/20/paypal-recurring-billing-with-activemerchant-in-ruby-on-rails/comment-page-1/#comment-22665</link>
		<dc:creator>Kennon Ballou</dc:creator>
		<pubDate>Fri, 12 Jun 2009 17:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://rayvinly.com/?p=87#comment-22665</guid>
		<description>Is anyone else having problems with Invalid Token from the sandbox today? I&#039;m using the current ravinly github fork, and the initial setup is working fine but when I return from paypal with a token and then try to use the token, it keeps saying Invalid Token.

I tried updating the API_VERSION to 54.0, but it still doesn&#039;t work.

Any suggestions?</description>
		<content:encoded><![CDATA[<p>Is anyone else having problems with Invalid Token from the sandbox today? I&#8217;m using the current ravinly github fork, and the initial setup is working fine but when I return from paypal with a token and then try to use the token, it keeps saying Invalid Token.</p>
<p>I tried updating the <span class="caps">API</span>_VERSION to 54.0, but it still doesn&#8217;t work.</p>
<p>Any suggestions?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
