<?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 Website Payments Pro (US) with Recurring Billing and ActiveMerchant</title>
	<atom:link href="http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/</link>
	<description>Online Document Viewer</description>
	<lastBuildDate>Mon, 30 Aug 2010 19:28:44 -0700</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Chris Cera</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-23974</link>
		<dc:creator>Chris Cera</dc:creator>
		<pubDate>Wed, 11 Aug 2010 11:32:45 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-23974</guid>
		<description>Jamal,

It sounds like you&#039;re misunderstanding how recurring payments work, particularly the Trial period and the Billing period.  I would recommend that you review the paypal developer documentation and post to the paypal developer forums since that is beyond the scope of this post.  It appears simple, but it&#039;s difficult to get it right so I&#039;d rather not even take a stab at solving your problem.  The payments are made at the end of a Trial period and Billing period, so you need make sure that those periods align correctly with your business requirements.</description>
		<content:encoded><![CDATA[<p>Jamal,</p>
<p>It sounds like you&#8217;re misunderstanding how recurring payments work, particularly the Trial period and the Billing period.  I would recommend that you review the paypal developer documentation and post to the paypal developer forums since that is beyond the scope of this post.  It appears simple, but it&#8217;s difficult to get it right so I&#8217;d rather not even take a stab at solving your problem.  The payments are made at the end of a Trial period and Billing period, so you need make sure that those periods align correctly with your business requirements.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jamal Abdul Nasir</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-23971</link>
		<dc:creator>Jamal Abdul Nasir</dc:creator>
		<pubDate>Wed, 11 Aug 2010 10:09:12 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-23971</guid>
		<description>this is a nice effort... thnx for the article... really appreciate it...

i have a problem in having initial payment...
how will i charge a user right away using initial payment... i did provide &quot;initialamount&quot; in XML..
(ScheduleDetails.ActivationDetails.InitialAmount)... but still the user is not getting charge... how will i do this..?

thnx in advance...</description>
		<content:encoded><![CDATA[<p>this is a nice effort&#8230; thnx for the article&#8230; really appreciate it&#8230;</p>
<p>i have a problem in having initial payment&#8230;<br />
how will i charge a user right away using initial payment&#8230; i did provide &#8220;initialamount&#8221; in XML..<br />
(ScheduleDetails.ActivationDetails.InitialAmount)&#8230; but still the user is not getting charge&#8230; how will i do this..?</p>
<p>thnx in advance&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Scott Carleton</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-23949</link>
		<dc:creator>Scott Carleton</dc:creator>
		<pubDate>Mon, 09 Aug 2010 15:30:22 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-23949</guid>
		<description>I just wanted to say thanks that this code exists publicly.</description>
		<content:encoded><![CDATA[<p>I just wanted to say thanks that this code exists publicly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cera</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-23825</link>
		<dc:creator>Chris Cera</dc:creator>
		<pubDate>Mon, 02 Aug 2010 07:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-23825</guid>
		<description>Matt, thank you for the update and glad that you found it useful!</description>
		<content:encoded><![CDATA[<p>Matt, thank you for the update and glad that you found it useful!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Matt Hodan</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-23824</link>
		<dc:creator>Matt Hodan</dc:creator>
		<pubDate>Mon, 02 Aug 2010 07:29:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-23824</guid>
		<description>Thank you for the great post.  You saved me a ton of time figuring this all out from scratch.  I&#039;ve tried to document my experience, which was largely led by your example.  You&#039;ll see I changed the API wrapper a little and added details on how to setup your PayPal Sandbox in this post:

http://blog.matthodan.com/how-to-add-support-for-paypal-website-payment</description>
		<content:encoded><![CDATA[<p>Thank you for the great post.  You saved me a ton of time figuring this all out from scratch.  I&#8217;ve tried to document my experience, which was largely led by your example.  You&#8217;ll see I changed the API wrapper a little and added details on how to setup your PayPal Sandbox in this post:</p>
<p><a href="http://blog.matthodan.com/how-to-add-support-for-paypal-website-payment" rel="nofollow">http://blog.matthodan.com/how-to-add-support-for-paypal-website-payment</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: credit_card</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-20923</link>
		<dc:creator>credit_card</dc:creator>
		<pubDate>Thu, 01 Apr 2010 05:19:30 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-20923</guid>
		<description>[...] savages in this town... Great Moments in Building History. The Fundamental Axiom of Government ...Paypal Website Payments Pro (US) with Recurring Billing and ...August 1, 2008 12:12 pm by Chris Cera Printable Version. When we decided to use Paypal Website [...]</description>
		<content:encoded><![CDATA[<p>[...] savages in this town&#8230; Great Moments in Building History. The Fundamental Axiom of Government &#8230;Paypal Website Payments Pro (US) with Recurring Billing and &#8230;August 1, 2008 12:12 pm by Chris Cera Printable Version. When we decided to use Paypal Website [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cera</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-18239</link>
		<dc:creator>Chris Cera</dc:creator>
		<pubDate>Wed, 17 Feb 2010 15:04:32 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-18239</guid>
		<description>Hi Chris,

Thanks for letting me know it&#039;s useful to you.  Was it hard to find this on Google?

Ideally, this would be part of ActiveMerchant.  I&#039;ve definitely considered everything you mentioned regarding adding it to the master, but I just don&#039;t have time right now.

The license permits anybody to do it, so hopefully somebody will be able to pick up my slack here.</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Thanks for letting me know it&#8217;s useful to you.  Was it hard to find this on Google?</p>
<p>Ideally, this would be part of ActiveMerchant.  I&#8217;ve definitely considered everything you mentioned regarding adding it to the master, but I just don&#8217;t have time right now.</p>
<p>The license permits anybody to do it, so hopefully somebody will be able to pick up my slack here.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Your</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-18216</link>
		<dc:creator>Chris Your</dc:creator>
		<pubDate>Wed, 17 Feb 2010 07:34:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-18216</guid>
		<description>Hi Chris,

Thanks for this. I&#039;ve been looking for an ActiveMerchant/PayPal recurring payments solution for a while now. Have you considered forking ActiveMerchant on GitHub, adding your code, and doing a pull request? This could be a great addition to the ActiveMerchant master branch.

Thanks,
Chris Your</description>
		<content:encoded><![CDATA[<p>Hi Chris,</p>
<p>Thanks for this. I&#8217;ve been looking for an ActiveMerchant/PayPal recurring payments solution for a while now. Have you considered forking ActiveMerchant on GitHub, adding your code, and doing a pull request? This could be a great addition to the ActiveMerchant master branch.</p>
<p>Thanks,<br />
Chris Your</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Carter</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-12427</link>
		<dc:creator>Nick Carter</dc:creator>
		<pubDate>Fri, 20 Nov 2009 15:28:44 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-12427</guid>
		<description>Thanks a lot, Chris. This code got me running pretty quickly with regards to recurring payments in Website Payments Pro. There were a few caveats or not quite obvious moments (the code above says it can accept a Time or Date object but I had to feed it a properly-formatted string) but over all this was quite helpful.</description>
		<content:encoded><![CDATA[<p>Thanks a lot, Chris. This code got me running pretty quickly with regards to recurring payments in Website Payments Pro. There were a few caveats or not quite obvious moments (the code above says it can accept a Time or Date object but I had to feed it a properly-formatted string) but over all this was quite helpful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Geegee</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-12169</link>
		<dc:creator>Geegee</dc:creator>
		<pubDate>Mon, 09 Nov 2009 11:46:29 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-12169</guid>
		<description>Thank you very much


cheers
Gg</description>
		<content:encoded><![CDATA[<p>Thank you very much</p>
<p>cheers<br />
Gg</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cera</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-2189</link>
		<dc:creator>Chris Cera</dc:creator>
		<pubDate>Mon, 23 Feb 2009 22:41:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-2189</guid>
		<description>mcv, This code doesn&#039;t do anything with IPN to my knowledge.  We do receive an email everytime an initial or recurring payment is received, but I don&#039;t believe we setup anything special for this purpose.  I hope that helps, -Chris</description>
		<content:encoded><![CDATA[<p>mcv, This code doesn&#8217;t do anything with IPN to my knowledge.  We do receive an email everytime an initial or recurring payment is received, but I don&#8217;t believe we setup anything special for this purpose.  I hope that helps, -Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mcv</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-2185</link>
		<dc:creator>mcv</dc:creator>
		<pubDate>Mon, 23 Feb 2009 11:30:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-2185</guid>
		<description>I&#039;m not receiving any IPN messages from PayPal. Is it possible that this code doesn&#039;t pass my notify_url on to PayPal?

And if that&#039;s the case, then how did you handle IPN messages? They&#039;re rather vital for subscriptions.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not receiving any IPN messages from PayPal. Is it possible that this code doesn&#8217;t pass my notify_url on to PayPal?</p>
<p>And if that&#8217;s the case, then how did you handle IPN messages? They&#8217;re rather vital for subscriptions.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cera</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-2038</link>
		<dc:creator>Chris Cera</dc:creator>
		<pubDate>Thu, 12 Feb 2009 15:16:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-2038</guid>
		<description>Hi Pavan,

I just did a quick search through the code, and I don&#039;t see anything that supports this.  You might need to :cancel the recurring profile.  Best of luck, -Chris</description>
		<content:encoded><![CDATA[<p>Hi Pavan,</p>
<p>I just did a quick search through the code, and I don&#8217;t see anything that supports this.  You might need to :cancel the recurring profile.  Best of luck, -Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan Agrawal</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-2037</link>
		<dc:creator>Pavan Agrawal</dc:creator>
		<pubDate>Thu, 12 Feb 2009 13:44:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-2037</guid>
		<description>Dear All,
         In the above code, Can I mark the expiration time for the subscription?

This is very urgent, thanks in advance.</description>
		<content:encoded><![CDATA[<p>Dear All,<br />
         In the above code, Can I mark the expiration time for the subscription?</p>
<p>This is very urgent, thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan Agrawal</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-1913</link>
		<dc:creator>Pavan Agrawal</dc:creator>
		<pubDate>Tue, 27 Jan 2009 12:00:10 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-1913</guid>
		<description>Ok, Thanks for the help, I&#039;ll post the solution, if I&#039;ll get any.</description>
		<content:encoded><![CDATA[<p>Ok, Thanks for the help, I&#8217;ll post the solution, if I&#8217;ll get any.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cera</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-1903</link>
		<dc:creator>Chris Cera</dc:creator>
		<pubDate>Fri, 23 Jan 2009 18:54:34 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-1903</guid>
		<description>Hi, Paypal has a notification system called IPN that can be configured to give you notifications but I&#039;m not very familiar with the services that are available.  It would be best for you to post this question on the Paypal Website Payments Pro (US) forum since this is more a Web Service issue than something specific to ActiveMerchant.</description>
		<content:encoded><![CDATA[<p>Hi, Paypal has a notification system called IPN that can be configured to give you notifications but I&#8217;m not very familiar with the services that are available.  It would be best for you to post this question on the Paypal Website Payments Pro (US) forum since this is more a Web Service issue than something specific to ActiveMerchant.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan Agrawal</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-1902</link>
		<dc:creator>Pavan Agrawal</dc:creator>
		<pubDate>Fri, 23 Jan 2009 08:54:00 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-1902</guid>
		<description>Dear All,
         I got configured the paypal pro at merchant and did all the above code, its nice and gr8 code, I must say.

I have a question, we all are doing recurring payments, and suppose the recurring end date is crossed, then what will happen to the application? will it get the notification from paypal, if so, How to configure that into our application.

Thanks in advance.</description>
		<content:encoded><![CDATA[<p>Dear All,<br />
         I got configured the paypal pro at merchant and did all the above code, its nice and gr8 code, I must say.</p>
<p>I have a question, we all are doing recurring payments, and suppose the recurring end date is crossed, then what will happen to the application? will it get the notification from paypal, if so, How to configure that into our application.</p>
<p>Thanks in advance.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cera</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-1894</link>
		<dc:creator>Chris Cera</dc:creator>
		<pubDate>Tue, 20 Jan 2009 15:59:35 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-1894</guid>
		<description>Great, thank you for reporting the success.  It&#039;s much appreciated. -Chris</description>
		<content:encoded><![CDATA[<p>Great, thank you for reporting the success.  It&#8217;s much appreciated. -Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan Agrawal</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-1893</link>
		<dc:creator>Pavan Agrawal</dc:creator>
		<pubDate>Tue, 20 Jan 2009 13:30:59 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-1893</guid>
		<description>Got it resolved, the onlychange I did was

 class PaypalGateway &lt; Gateway  

into

 class PaypalGateway &lt; PaypalGateway  

and the class file I have putted in lib dir, it is working fine to me.

Thanks a lot bloggers.</description>
		<content:encoded><![CDATA[<p>Got it resolved, the onlychange I did was</p>
<p> class PaypalGateway &lt; Gateway  </p>
<p>into</p>
<p> class PaypalGateway &lt; PaypalGateway  </p>
<p>and the class file I have putted in lib dir, it is working fine to me.</p>
<p>Thanks a lot bloggers.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pavan Agrawal</title>
		<link>http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/comment-page-1/#comment-1892</link>
		<dc:creator>Pavan Agrawal</dc:creator>
		<pubDate>Tue, 20 Jan 2009 09:24:13 +0000</pubDate>
		<guid isPermaLink="false">http://blog.vuzit.com/?p=36#comment-1892</guid>
		<description>addition to the point above, I have made a file in lib dir and using it, I feel that it need some include of dependent file.</description>
		<content:encoded><![CDATA[<p>addition to the point above, I have made a file in lib dir and using it, I feel that it need some include of dependent file.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
