Displaying 20 results from an estimated 30000 matches similar to: "Integrating the PayPal API with 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,
2007 Oct 22
0
Integrating paypal with rails (a tutorial)
Hi all
We posted a small tutorial on using Paypal, ActiveMerchant and Rails
in case you are not from the U.S :(
(that means no authorized.net)
We only found scattered information here and there when trying to
locate some useful resources for it.
Hope you find it useful (of course any comments and recommendations
are welcome).
http://www.fortytwo.gr/blog/14/Using-Paypal-with-Rails
Regards
George
2006 Aug 02
0
Update to e-commerce e-book
I have just released the first revision since the initial release of
The Money Train, Building e-commerce sites using Ruby on Rails. It
is available for purchase now at http://www.agilewebdevelopment.com/
book.
Here''s a list of major changes since the initial release:
- Added content to Gift Certificates chapter about legal and
accounting details.
- Added product options section.
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/.
2006 May 10
1
Rails Plugin Directory - Comments
The directory of Rails plugins at http://www.agilewebdevelopment.com/
plugins/ now has support for adding comments to plugins, so stop by
and leave a kind word about your favorite plugin. :)
A feed for plugin comments is available at http://
feeds.feedburner.com/RubyOnRailsPluginComments, while the plugin feed
itself is available at http://feeds.feedburner.com/RubyOnRailsPlugins.
--
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 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
2006 May 15
0
Rails plugin directory: Permalinks
You can now take a stab at quickly finding a plugin based on it''s
name: http://agilewebdevelopment.com/plugins/
[plugin_name_with_underscores]
So, http://agilewebdevelopment.com/plugins/acts_as_authenticated will
take you directly to that plugin. If you guess incorrectly (there''s
no exact match), then you''ll be returned a search based on what you
entered.
--
2006 May 13
0
XML API for plugin directory
By popular demand, the XML API for the Rails plugin directory is now
fully functional. Check out http://agilewebdevelopment.com/
plugins#api for more information about how to pull data out of and
push data in to the directory without using a web browser.
--
Benjamin Curtis
http://www.tesly.com/ -- Collaborative test case management
http://www.agilewebdevelopment.com/ -- Resources for the
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 Jun 20
22
New e-book - The Money Train
While talking about my RailsConf presentation with Ben Wiseley, he
suggested writing a book on the same topic... so I did! The Money
Train is an e-book about building e-commerce sites using Ruby on Rails.
Read my blog entry about it at http://www.bencurtis.com/archives/
2006/06/rails-e-commerce-e-book/ or head to http://
www.agilewebdevelopment.com/book to dive right in.
As always, a big
2006 Feb 07
21
Paypal and Rails
Hello everyone,
I am looking for a way to pass off a simple payment to paypal using our
own interface. I understand that this requires making full use of
Paypal''s API since we won''t be using their shopping cart or anything. I
found the article by Pranav Bihari on his site and in the Wiki on using
SOAP4R and the paypal WSDL file to interface with paypal web services,
but I
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
2007 Jul 12
1
PayPal - SDK for Ruby
Hello,
Does PayPal have SDK for Ruby?
Thanks,
Tom
--
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, send email to rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org
To unsubscribe from this group, send
2006 Jan 31
2
NameError/Unitialized Constant With PayPal Gem
I am trying to use the PayPal gem and having a little trouble.
I installed the gem w/o any trouble:
paypal (1.0.1)
Paypal IPN integration library for rails and other web applications
When I try to use it in my controller, as follows:
def paypal_ipn
notify = Paypal::Notification.new(request.raw_post)
...
end
I get a NameError:
uninitialized constant Paypal
This error occured
2006 May 18
0
Rails Plugin Directory: Tags
The Rails Plugin Directory now has tag support: http://
www.bencurtis.com/archives/2006/05/rails-plugins-tagged/
--
Benjamin Curtis
http://www.bencurtis.com/
http://www.tesly.com/ -- Collaborative test case management
http://www.agilewebdevelopment.com/ -- Resources for the Rails community
2006 Jul 22
0
Issues using PayPal''s Website Payments Pro in Rails
I know there has been some talk on this list about PayPal''s Website Payments
Pro in Rails in the past. I myself am in the middle of preparing my own WPP
store in Rails (I''ve done them before in PHP) and am hitting the same walls
others have reported. I''ve summarized my notes in this blog post:
http://clickablebliss.com/blog/2006/07/21/issues_using_paypals_website_payme
How to change paypal url from sandbox to papal original url. i am using paypal lib -- paypal (2.0.0)
2009 Mar 19
0
How to change paypal url from sandbox to papal original url. i am using paypal lib -- paypal (2.0.0)
sub :How to change paypal url from sandbox to papal original url. i am using
paypal lib -- paypal (2.0.0)
Hi all,
I am test my application with local it working fine when i want to go for
live. i need to change the pay pal form target to Paypal orginal site
address.
I don''t know how to chage the form target in paypal helper. i paste my code
below.. plz check it.
I use paypal lib
2008 Jul 22
1
Rails and Giropay Integration help needed?
Hi,
I have a requirement to integrate paypal, google checkout, giropay to
my application for payment processing. Am done with Paypal and google
code.
I need help in integrating giropay since my cliet is from Germany..
Gimmi some fair suggestion in integration.
Thanks in advance,
Ratnavel
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
You
2008 Jul 25
0
discount cheap wholesale Air max AirMax 90 AirMax 95 AirMax 97 ( paypal accept ) ( www.super-saler.com )
discount cheap wholesale We are supplier in china,sell Jordan shoes,
( paypal accept ) ( www.super-saler.com )
discount cheap wholesale air max shoes,shox ( paypal accept )
( www.super-saler.com )
discount cheap wholesale trainers, dunk shoes,air force ( paypal
accept ) ( www.super-saler.com )
one,etc..our company supply are as follows:
discount cheap wholesale AIR Jordans shoes (