similar to: Integrating paypal with rails (a tutorial)

Displaying 20 results from an estimated 30000 matches similar to: "Integrating paypal with rails (a tutorial)"

2006 Sep 11
0
ActiveMerchant Paypal Pro Support
How is ActiveMerchant''s Paypal Pro support? I am migrating a client''s site to Rails that uses Paypal Pro and they have been pretty happy with it (and know how to use Paypal''s website). I tried first setting up the PayPal plugin directly, but ran into some issues and then I noticed that ActiveMerchant has PayPal Pro, but its labeled "testing" and
2011 Feb 02
1
newbie: paypal + line items
hi, using activemerchant + rails the first time. how can i send my line items + descriptions etc over to paypal so that the user can review the items? purchase_options{ :items => [ { :name => "Tickets", :quantity => 22, :description => "Tickets for 232323", :amount => 1211221 },
2011 Apr 18
3
paypal with Active merchant
Hi, I am integrating paypal service in my application using Activemerchant. Now I want to know how to use ActiveMerchant to make payment to Bank or Credit card ? for example: I am seller and I want to pay some amount to somebody. I want to pay such amount which will be credited in somebody''s bank account or credit card directly ? Please reply me as early as possible. And also suggest
2008 Oct 30
9
ActiveMerchant and Encrypted Paypal Standard Checkout
Hi, Does any know about a good resource for using ActiveMerchant to create an encrypted button that will use Paypal''s Standard checkout mode? Best regards, -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group,
2007 Aug 29
0
Integrating the PayPal API with Ruby on Rails
Ben Curtis just published a guide on PayPal API. Here''s the link: http://agilewebdevelopment.com/guides/rails-paypal-api-integration My review: http://www.rubyhead.com/2007/08/29/review-integrating-the-paypal-api-with-ruby-on-rails/ --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails:
2006 Jun 24
0
integrating paypal pro with rails?
I''m about to get starting integrating Paypal Website Payments Pro, and I''m wondering if anyone has any tips or best-practices to share. So far I''ve found a few paypal related tools, of which the ELC Plugin (link below) seems the best suited for payments pro, but I''d love to hear any experiences verifying or contradicting that, or any war stories at all. Best,
2011 Mar 19
0
Problems with SSL dependent gems OAuth2 & ActiveMerchant
Hello all, My application uses the OAuth2 gem (0.1.1) to connect to Facebook, and the ActiveMerchant gem (1.12.0) to connect to PayPal. Under what is the current Rails/Ruby distribution, both of these gems throw the following OpenSSL::SSL::SSLError when used: * SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed I did some digging, and found two
2011 Jan 27
1
recent activemerchant examples needed or perhaps another solution
Hi, I have a reeally big problem with understanding how to use ActiveMerchant, Perhaps someone would point me to a different solution to my problem. I need to build a little web shop which will be based in the UK, and my customer wants to use PayPal Express Checkout, because there''s no monthly fee. So far I had only problems with ActiveMerchant examples because: 1) they are way too
2008 Nov 11
0
ActiveMerchant and PayPal FLow pro
Hello guys, As far as I''ve seen, there is still no "official" SDK (from paypal) for ruby to access Paypal FLow pro accounts. I''ve registered for PayPal Flow pro, and got the following items: partner id,merchant ID and password. I''ve tried to use Active Merchant, but when I try to create a PayflowGateway Object, it seems to expect a login name and a password,
2007 Aug 24
1
ActiveMerchant Paypal IPN and RESTful design
Hello, I''m trying to go all REST of my application. But i''ve come to one problem. How do i do payment, using IPN, in a RESTful way? right now i have an Payments controller. With 2 actions. action "new" shows a page with a paypal button. action "paypal_ipn" is where paypal sends its notifications. How would i go about doing this in a REST environment? Thank
2007 Feb 21
2
ActiveMerchant Help
Does anyone know of any good resources for getting ActiveMerchant up and running? I''m trying to get it set up via Paypal Pro and i can''t find detailed, clear directions on setting it up. It''s hard to know where to put what, where paypal login info goes, and how to get the certificate files from paypal and where they go (if I even need them). Anyone have any experience
2008 Jan 31
4
Subscriptions with paypal...how?
Hi, i''ve to do a little site which need the paypal''s subscription feature. How can implement it with rails? is there any plugin to do this? I need that every month the payment has been taken, tell the system that has been successfully done and then do something else depending on the payment. I''ve seen active merchant which permit paypal payments, but what about
2006 Dec 07
4
MassPay API with Ruby On Rails PayPal AARRRGH
Hey, I''m trying to use Paypal to automatically pay customers, and I''ve heard MassPay API is a good thing to use. But I cannot find any examples of it for Ruby, nor do I know what steps to take to use it. Does anyone have any information or experience with using MassPay API in RoR? Any help is much appreciated -- Posted via http://www.ruby-forum.com/.
2007 Feb 15
5
Bugja.com - Getting real Issue tracker
Hello list. After using various issue tracking packages that included a lot of typework and maintenance , we decided to build one of our own, focusing at ease of use. We would appreciate your opinion, but be gentle it''s somewhat beta :) http://www.bugja.com Screencast at http://www.bugja.com/screencast It''s ROR of course :) Thanks in advance Fortytwo http://www.fortytwo.gr
2006 Aug 01
0
Paypal and Rails (Site down?)
I''m having trouble getting the paypal/rails stuff from this site : http://dist.leetsoft.com/api/paypal/ Is this site down or is there a mirror? Also does anyone know of any good RoR paypal guides/tutorials? Thanks, Rob -------------- next part -------------- An HTML attachment was scrubbed... URL:
2006 Jun 29
0
Problem getting encrypted submit buttons working with the paypal gem and rails 1.1.2
I''m running Rails 1.1.2, and using version 1.9.0 of the paypal gem. When I make unencrypted paypal forms, they work just fine, I get the IPN notification from the sandbox and everything is wonderful. When I try to encrypt the form though, all I get is the error message "We were unable to authorize the transaction. Please contact your merchant.", which is ... unhelpful.
2006 Mar 25
4
Rails PayPal and Currencies other than USD
Has anyone been able to make direct API calls to PayPal in currencies other than USD? I get an error message "The currency code submitted is not supported. Check the currency code and try again." I''m using the PayPal plugin for Rails. I can successfully transact in USD, but not AUD (Australian Dollars). Cheers, Dan
2008 Oct 16
0
[Announcement] Billing Module for your SaaS web application is here: ServiceMerchant
[Announcement] Billing Module for your SaaS web application is here: ServiceMerchant == In two sentences ServiceMerchant is open-source library, developed in Ruby, which takes care of recurring billings and subscriptions of your SaaS application. The library sits on top of well known library ActiveMerchant and therefore gives you the variety of choice among payment providers. == In more details
2009 Oct 23
1
Activemerchant
Hi All.... I have implemented activemerchant using gem. I am using both STANDERD & EXPRESS checkout. My EXPRESS works very well but when I use STANDERD one, paypal gives me error like "This transaction cannot be processed due to an invalid merchant configuration". Any idea whats going wrong??? Thanks in advance... -- Posted via http://www.ruby-forum.com/.
2006 Feb 17
4
PayPal WSDL API on Rails anyone ?
Hi ! Has anyone connected to the Mass Pay API of PayPal using Rails ? I need to do this for a customer, and I wanted to know how easy/hard it was. I have no experience using SOAP, WSDL, etc. I saw soap4r[1] on the RAA[2]. This is probably what I''ll need to use. One question I haven''t answered yet is whether soap4r will accept PayPal''s certificates ? Thanks for any