<?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: More on ActiveMerchant and Paypal</title>
	<atom:link href="http://capturedsparks.com//2008/05/more-on-activemerchant-and-paypal/feed/" rel="self" type="application/rss+xml" />
	<link>http://capturedsparks.com/2008/05/more-on-activemerchant-and-paypal/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 30 Dec 2011 09:21:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Matt Collins</title>
		<link>http://capturedsparks.com/2008/05/more-on-activemerchant-and-paypal/comment-page-1/#comment-896</link>
		<dc:creator>Matt Collins</dc:creator>
		<pubDate>Unknown, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cs.local/?p=108#comment-896</guid>
		<description>Thanks for sharing this. I&#039;m looking at setting up something very similar. Am I right in thinking you can accept and update recurring payments made via credit or debit card (not just via a PayPal account)?
</description>
		<content:encoded><![CDATA[<p>Thanks for sharing this. I&#8217;m looking at setting up something very similar. Am I right in thinking you can accept and update recurring payments made via credit or debit card (not just via a PayPal account)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robin Fisher</title>
		<link>http://capturedsparks.com/2008/05/more-on-activemerchant-and-paypal/comment-page-1/#comment-897</link>
		<dc:creator>Robin Fisher</dc:creator>
		<pubDate>Unknown, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cs.local/?p=108#comment-897</guid>
		<description>Yes, this enables you to accept all forms of credit and debit cards without the need for your users to have a Paypal account.</description>
		<content:encoded><![CDATA[<p>Yes, this enables you to accept all forms of credit and debit cards without the need for your users to have a Paypal account.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Cera</title>
		<link>http://capturedsparks.com/2008/05/more-on-activemerchant-and-paypal/comment-page-1/#comment-919</link>
		<dc:creator>Chris Cera</dc:creator>
		<pubDate>Unknown, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cs.local/?p=108#comment-919</guid>
		<description>Thank you for your posts, they were helpful to me when I was getting started.

I have written an implementation of Paypal Website Payments Pro (US) WITH recurring billing:

http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/

I hope it is useful to this audience:  -Chris</description>
		<content:encoded><![CDATA[<p>Thank you for your posts, they were helpful to me when I was getting started.</p>
<p>I have written an implementation of Paypal Website Payments Pro (US) WITH recurring billing:</p>
<p><a href="http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/" rel="nofollow">http://blog.vuzit.com/2008/08/01/paypal-website-payments-pro-us-with-recurring-billing-and-activemerchant/</a></p>
<p>I hope it is useful to this audience:  -Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jon Baker</title>
		<link>http://capturedsparks.com/2008/05/more-on-activemerchant-and-paypal/comment-page-1/#comment-921</link>
		<dc:creator>Jon Baker</dc:creator>
		<pubDate>Unknown, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cs.local/?p=108#comment-921</guid>
		<description>Hi Robin, Thanks for your articles on this. I have the AM PDF by Cody but cannot see which section you used for creating recurring payments. Chris above has rolled his own AM gateway and I have seen Cody has submitted a patch for PayPal Express Checkout to do Recurring payments. Looking at the docs for AM it suggests that the PayPal gateway does not support recurring payments. Can you confirm whether you are using standard method calls on the AM code for example:

profile_id = PayFlowGateway.recurring(amount, credit_card, options)

- I think PayPal Websie Payemnts Pro (UK) is indeed PayFlow. And if you did this, do you need to setup an authorisation first. Alternatively, have you had to customise or extend the PayPal gateway to create the recurring payment request manually?

Thanks in advance</description>
		<content:encoded><![CDATA[<p>Hi Robin, Thanks for your articles on this. I have the AM PDF by Cody but cannot see which section you used for creating recurring payments. Chris above has rolled his own AM gateway and I have seen Cody has submitted a patch for PayPal Express Checkout to do Recurring payments. Looking at the docs for AM it suggests that the PayPal gateway does not support recurring payments. Can you confirm whether you are using standard method calls on the AM code for example:</p>
<p>profile_id = PayFlowGateway.recurring(amount, credit_card, options)</p>
<p>- I think PayPal Websie Payemnts Pro (UK) is indeed PayFlow. And if you did this, do you need to setup an authorisation first. Alternatively, have you had to customise or extend the PayPal gateway to create the recurring payment request manually?</p>
<p>Thanks in advance</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andy</title>
		<link>http://capturedsparks.com/2008/05/more-on-activemerchant-and-paypal/comment-page-1/#comment-1028</link>
		<dc:creator>Andy</dc:creator>
		<pubDate>Unknown, 30 Nov -0001 00:00:00 +0000</pubDate>
		<guid isPermaLink="false">http://cs.local/?p=108#comment-1028</guid>
		<description>Hello!  I&#039;m using this same approach for recurring billing.

One question I have...when you MODIFY an existing profile on PayPal by passing in profile_id, do you know if there&#039;s a way around having the send the credit card again?

I&#039;d prefer not to store credit card numbers and then pass them again when updating a profile on paypal.

Thanks,
Andy</description>
		<content:encoded><![CDATA[<p>Hello!  I&#8217;m using this same approach for recurring billing.</p>
<p>One question I have&#8230;when you MODIFY an existing profile on PayPal by passing in profile_id, do you know if there&#8217;s a way around having the send the credit card again?</p>
<p>I&#8217;d prefer not to store credit card numbers and then pass them again when updating a profile on paypal.</p>
<p>Thanks,<br />
Andy</p>
]]></content:encoded>
	</item>
</channel>
</rss>

