search for: notify_url

Displaying 9 results from an estimated 9 matches for "notify_url".

Did you mean: notify_ui
2013 May 10
2
paypal-express gem
...t::Request.new( :currency_code => :USD, :amount => 10.00, :billing_type => :MerchantInitiatedBilling, :description => "test", :custom => ''test'', :invoice => 2, :notify_url => payment_notifications_url, :billing_agreement_description => " ) but i am not getting any notification on "payment_notifications_url" this path. Anyone experience with this? Thank you! -- You received this message because you are subscribed to the Google G...
2006 Jun 26
6
paypal ipn from leetsoft
Has anyone had any luck with the paypal gem from leetsoft (Tobias Luetke)? I''m successfully sending off and making payments, but the ipn doesn''t send back to my site. I have the notify_url set in the form, have a action set for the ipn postbacks, but all I get from my sandbox after payment is a "view shops" page from paypal after payment is made. -- Posted via http://www.ruby-forum.com/.
2006 Jun 29
0
Problem getting encrypted submit buttons working with the paypal gem and rails 1.1.2
...he files. I use them in my form view like so: <%= paypal_setup @invoice_id, Money.us_dollar(@pp_amount_owed), @paypal_to, :business_key => @our_privatekey, :business_cert => @our_pubcert, :business_certid => @our_certid, :return => @pp_return, :item_name => @pp_item_name, :notify_url => url_for (:only_path => false, :action => ''paypal_ipn'') %> I set the certificate ID to the ID showing in my sandbox user''s Encrypted payment settings after uploading the key. Any suggestions about what I''m doing wrong? Also, is there any way to...
2009 Mar 19
0
How to change paypal url from sandbox to papal original url. i am using paypal lib -- paypal (2.0.0)
...w.. plz check it. I use paypal lib --paypal (2.0.0) <% form_tag Paypal::Notification.ipn_url do %> <%= paypal_setup "Credit purchase", (amounts.collect {|a| a.amount}.join(".") unless amounts.empty?), "bussiness-q89RzV0OsXQ@public.gmane.org", :notify_url =>url_for(:only_path => false, :action => ''paypal_ipn'' ),:return =>url_for(:only_path => false, :action => ''paypal_success''),:cancel_return => url_for(:only_path => false, :action => ''paypal_failure''),:currency_code =&...
2006 Apr 21
10
Paypal payments and IPN
I have followed the instructions over at http://dist.leetsoft.com/api/paypal/ In order I: 1. installed the money library with gem install --source http://dist.leetsoft.com/api/paypal/ money 2. installed the paypal library with gem install --source http://dist.leetsoft.com/api/paypal/ paypal 3. created a new app with rails NewApp 4. added the PaymentHelper module to the
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
2006 Jul 25
7
Paypal - Instant Payment Notifications
Has anyone any experience of getting the Paypal plug in to work? I''ve set myself up on the Paypal sandbox, I''ve setup my sending and receiving accounts, i''ve got the Paypal button on my view, I can go and make payments ok, but I can''t get the Instant Payment Notification part to work. At the end of the payment process the user is left in a paypal screen
2006 Jul 01
0
Paypal IPN Gem
...;'paypal'' module ApplicationHelper include Paypal::Helpers #include OpenSSL::Helpers end ## This is my view for payment, file called pay.rhtml <%= paypal_form_tag %> <%= paypal_setup "BYC Registration", Money.us_dollar(50), " byc@gen-x.com", :notify_url => url_for(:only_path => false, :action => ''pay'') %> Please press here to pay $50US using paypal. <br/> <%= submit_tag "Go to paypal >>" %> <% end_form_tag %> ## This is the Error I get NameError in PaymentController...
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