similar to: Re: Paypal and subscriptions

Displaying 20 results from an estimated 4000 matches similar to: "Re: Paypal and subscriptions"

2006 Feb 10
2
Paypal and subscriptions
Does anyone have any experience with subscriptions and PayPal? I''m currently weighing up the options of what payment system to use for an upcoming project which is subscription based and am not sure if PayPal is capable of doing what I want and if I need to setup a merchant account instead. Basically it''s the same kind of payment structure as BaseCamp. 3 or 4 accounts which
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
2011 Jan 03
0
paypal chained payment
Hi I want to implement paypal chained payment with adaptive payments API. I am totally new to paypal. Kindly guide me to start with. I have heard of gem active merchant. Can I use that for the purpose? Or any other gems? Also please point me to any examples describing adaptive payment with chained payment using rails. My rails version is 2.3.8 Thanks in advance -- Posted via
2009 Aug 31
3
How to deal with PayPal frauds?
I charge my customers through PayPal, but recently faced a fraud which previously had only heard about. Somebody registered a few accounts, paid online with paypal (as my service is only prepaid) and started making expensive long distance calls. In fact the IP registering the accounts was from Florida, and IPs making calls were from Africa. After about 20 minutes the first payment was reversed.
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 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 Jul 26
0
Has anyone managed to get the Paypal plugin to work?
Is there anyone out there who has managed to get Paypal immediate payment notificiations to work with the Paypal plugin? I can get as far as making the payment in the sandbox, but can''t get any acknowledgement back to confirm the payment was made. I''m confised as to how Paypal will know where to send the acknowledgement as I''ve not supplied my IP address or anything
2013 May 10
2
paypal-express gem
Hello everyone I am using paypal-express gem for Payapl payment. I am using reference transaction method to get money from Paypal. But i am getting IPN i.e payment notification, I mentioned like payment_request = Paypal::Payment::Request.new( :currency_code => :USD, :amount => 10.00, :billing_type => :MerchantInitiatedBilling,
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
2006 Apr 22
0
available: lib for Paypal''s Payment data transfer
Hi, following the discussion about Paypal''s IPN usage with leetsoft''s paypal library, I''ve posted an addition to that library so you can use Paypal''s Payment Data Transfer. It''s largely inspired by, with some chinks even simply copied from, the IPN code. Downloadable at http://www.myowndb.com/files/payment_data.rb I blogged about it at
2006 Jul 01
0
Paypal IPN Gem
Having some problems. Using instant rails 1.3 updated with to rails 1.1.4. Gem Paypal and Money gems are installed. Also installed the plugin paypal, I see it in /vendor/plugins/paypal and restarted the server. I posted my error at the bottom. Any Ideas? Thanks Kindly -Ryan # I have a controller called byc, in it I have this action. def create @registrant =
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
2006 Jan 09
5
Paypal IPN - unable to access breakpoint during POST?
Hi all, I''m trying to debug some code in my paypal instant payment notification action. Why can I not access the breakpoint placed inside the action that paypal POSTs to? It just doesn''t find the server, but it works fine when placed inside other actions. I''ve appended the code to the end of this post. Thanks everyone! Tom -- def paypal_ipn notify =
2006 Jul 12
0
acts_as_authenticated and paypal
I''m working on a subscription form that has to be tied to paypal using the paypal ipn plugin at http://elctech.com/products_ruby_paypal.shtml. I''ve got my subscription (signup) form setup to include the creditcard information as well as the billing address etc. It''s a modified version of the signup form from the acts_as_auth plugin. I want the model to not save if
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 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,
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
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,
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 (
2005 May 20
0
You have added paul_king_man@yahoo.com to your Paypal account
You have added paul_king_man at yahoo.com as a new email address for your PayPal account. If you did not authorize this change or if you need assistance with your account, please contact PayPal customer service at: [1]https://www.paypal.com/row/wf/f=ap_email Thank you for using PayPal! The PayPal Team Please do not reply to this e-mail. Mail sent to this address cannot