OT: Setting up Paypal/Merchant processing

Hi is there a easy way for me to use the paypal merchant system though
Ruby? I currently have a merchant account with paypal and would like to
setup an automate payment processing system on one of my sites.

If anyone is using something better than paypal, that is secure,
reliable and more cost effective please share, thanks!

Hi is there a easy way for me to use the paypal merchant system though Ruby?
I currently have a merchant account with paypal and would like to setup an
automate payment processing system on one of my sites.

It looks like Paypal offers an interface and some sample code for Ruby
on their SDK site:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/library_download_sdks

Google is your friend, as always…

-Jonathan N.

On Sun, Jan 10, 2010 at 10:34 PM, Rajinder Y. [email protected]
wrote:

Hi is there a easy way for me to use the paypal merchant system though Ruby?
I currently have a merchant account with paypal and would like to setup an
automate payment processing system on one of my sites.

If anyone is using something better than paypal, that is secure, reliable
and more cost effective please share, thanks!

If it’s a Rails app, the activemerchant plugin is quite popular and
well documented. If not a rails app it might be adaptable.

If your site has a subscription based business model, you might also
want to have a look at spreedly http://spreedly.com/

Rick DeNatale

Blog: http://talklikeaduck.denhaven2.com/
Twitter: http://twitter.com/RickDeNatale
WWR: http://www.workingwithrails.com/person/9021-rick-denatale
LinkedIn: Rick DeNatale - Developer - IBM | LinkedIn

Rick DeNatale wrote:

On Sun, Jan 10, 2010 at 10:34 PM, Rajinder Y. [email protected] wrote:

Hi is there a easy way for me to use the paypal merchant system though Ruby?
I currently have a merchant account with paypal and would like to setup an
automate payment processing system on one of my sites.

If anyone is using something better than paypal, that is secure, reliable
and more cost effective please share, thanks!

If it’s a Rails app, the activemerchant plugin is quite popular and
well documented. If not a rails app it might be adaptable.

yes it’s is going to be rails based, good to know I can do this with
activemerchant. i heard about it but never needed to look into it until
now.

If your site has a subscription based business model, you might also
want to have a look at spreedly http://spreedly.com/

thanks for the addition site

Jonathan N. wrote:

Thanks for the link!

-Jonathan N.

Kind Regards,
Rajinder Y. | http://DevMentor.org | Do Good! - Share Freely

On this topic, does the ActiveMerchant gem cover the recent PayPal ‘X’
split
payments options?
Does such an upgrade to PayPal api allow better options supporting
subscriptions?

MarkT