Tagged Questions
The paypal-subscriptions tag has no wiki summary.
11
votes
4answers
3k views
Subscriptions with Paypal IPN
I am adding subscriptions to a site using Paypal IPN which works very well, I can successfully create a new subscription and verify it. The subscription has a two week free trial. The guide was ...
10
votes
2answers
4k views
Testing Paypal subscription IPN
I'd like to test paypal subscription IPNs, both the ones received when a subscription is created, and the ones sent later with the next payment (such as monthly if the subscription is $x per month).
...
7
votes
8answers
4k views
Paypal, Recurring Billing, and ActiveMerchant
I'm trying to research how to add a subscription based pay model on an existing site of mine, but am running into a lot of conflicting information and caused me to be a bit lost.
All I need is a very ...
6
votes
2answers
1k views
How do you cancel a PayPal subscription through their api?
On this page:
https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&content_ID=developer/e_howto_api_ECRecurringPayments
it says that it's possible to cancel a PayPal subscription using their ...
5
votes
1answer
543 views
Recurring Profile and Bundled Item
I have a subscription service that people pay monthly for, so I’ve setup a “Virtual Product” with a Recurring Profile. At the same time, I want to have it so they can add different one time products. ...
4
votes
1answer
259 views
Modify Subscriptions using PayPal vs Amazon FPS
I have been looking at setting up web applications that rely heavily on the ability for users to frequently and substantially modify subscriptions. I may be using marketplace features as well, and I ...
4
votes
1answer
1k views
Can you cancel a PayPal automatic payment via API? (Subscription created via Hosted button)
Can you cancel a PayPal automatic payment via API? It's a "Subscription" created via Hosted button.
I have the "Automatic payment number" and the "Transaction ID".
4
votes
4answers
2k views
How do you connect a Paypal IPN confirmation to a user?
I wanted to use Paypal's IPN service to verify payments for a recurring subscription charge for my website. How do you tie the IPN confirmations to a user in your site?
The IPN confirmation message ...
3
votes
1answer
127 views
Preapproval key in Android
How can i obtain PreApproval key for PayPal subscription? How the Preapprovals are working in Android?
3
votes
1answer
950 views
Active merchant and Paypal API for recurring payment
I have few questions on paypal's recurring payments, I went trough the paypal documentation to find some answers but, it didn't help me much.
Here are the stuffs that I need to know, hope someone can ...
3
votes
2answers
2k views
Codeigniter and Paypal: How it works
Two random question as I try to integerate Paypal IPN into my Codeigniter based web app.
1) Are these two lines the same?
$data['pp_info'] = $this->input->post();
$data['pp_info'] = $_POST;
...
3
votes
4answers
3k views
PHP Paypal Class
Could anybody recommend a up-to-date class (or payment system) for handling paypal recurring payments with PHP?
Thank you!
UPDATE: I ended up using the PaypalNVP class by Peter Reisinger. ...
3
votes
1answer
646 views
Paypal recurring subscriptions question
When someone starts a recurring subscription, i pass on the custom variable which contains the User ID of the user on my system. After the payment I receive two IPNs, subscr_signup and subscr_payment. ...
2
votes
0answers
77 views
Changing the Amount of a PayPal Subscription
We are using PayPal subscriptions to automatically make ongoing monthly donations. The user initially creates a subscription with some pre-determined monthly donation amount (e.g., say $50/month). ...
2
votes
2answers
158 views
PayPal Micropayments for Rails
I've discovered that PayPal has quite an attractive micropayment system in comparison to other services. According to this they have a micropayment range from >$0 to
Further, other services such as ...
2
votes
2answers
185 views
Whats the program workflow for paid membership on sites?
I'm building a paid membership site in php using the Zend Framework. I need to work out a workflow for charging users. We have a number of monthly packages each offering varying degrees of services. ...
2
votes
3answers
1k views
Paypal Live App ID
I am working on an application that allows user to buy products online. In this app I have integrated paypal presently with sandbox APP Id. But the problem is when we are on simulator it works great ...
2
votes
2answers
322 views
PayPal Modify Subscription - Payment Standard
So I've implemented PayPal fully into my system. The system works on user 'packages', all at set prices. Each user has a subscr_id (set by PayPal) assigned to them, along with details of the package ...
2
votes
2answers
373 views
Wanted: suggestions on how to implement subscription / recurring billing
I would like to set up a premium subscription service for a PHP/MySQL based site. The site is Wordpress based, but highly customized and I'm not looking for a plugin solution necessarily. To ...
2
votes
2answers
943 views
Implementing a free trial period with PayPal
I am trying to implement a recurring subscription service on a website using PayPal however I would like to offer a free trial period before the user is billed and the subscription is started. Is this ...
1
vote
0answers
20 views
paypal subscripition
In my site I want to integrate a paypal subscription method in which I want to transfer a particular amount from a user's paypal account to an admin's paypal account daily, weekly or monthly depending ...
1
vote
1answer
31 views
Paypal Subscription button error
This is my markup
<form action="https://www.sandbox.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_xclick-subscriptions"/>
<input type="hidden" ...
1
vote
2answers
49 views
Paypal Subscription - Number of failed payments
I use following html to create paypal subscription:
<form action="http://paypal/url/..." ...>
<input type="hidden" name="cmd" value="_xclick-subscriptions">
<input ...
1
vote
1answer
219 views
Paypal recurring payments IPN confirmation
I have encountered a problem with Paypal recurring payments.
CreateRecurringPaymentsProfile() returns ID of created profile (ProfileID). At the same time, I receive the following confirmation on IPN ...
1
vote
0answers
35 views
Problem with pay pal subscriptions
I have implemented pay pal subscriptions (daily) for some service on site. But I have problem with time.
User pay for subscription at 10:30AM I receive IPN message save it to database and give user 24 ...
1
vote
0answers
48 views
Password from return url of recuring paypal payment is not matched with the one in the paypal confirmation page
i have integrated the recurring paypal payment method in mysite. In this method , i get the username and password from the return url. The username is same on both the return url and paypal ...
1
vote
1answer
108 views
how to implement paypal payment button in an existent sign up form
I have a really strong feeling that this question will either be closed or not answered at all because I've seen many paypal questions not answered on the web :D
but I'm ready to take the risk and ...
1
vote
1answer
302 views
Paypal subscription error: The link you have used to enter the PayPal system is invalid. Please review the link and try again
I'm using Paypal website payment standard to subscription for my site. Here is the variables passing in Paypal which I dumped. I'm passing this values to ...
1
vote
1answer
246 views
Whats wrong with this SetExpressCheckout request for recurring payments?
OK, PayPal's docs and examples are pain awful so I hope someone else could help me figure this out. I'm doing a PayPal SetExpressCheckout request using their NVP API. It seems that my code produces ...
1
vote
1answer
112 views
Dot Net Nuke (DNN) 4.9.x Subscription Module
I required a module which can manage subscriptions in Dot Net Nuke.
A Subscription will be used to allow access to website.
It needs to be able to do the following
Use PayPal for recurring ...
1
vote
1answer
169 views
GetRecurringPaymentsProfileDetails for Paypal standard
I am using paypal standard in my website and we are using recurring payment method for that,and i done it successfully. but now i wanting to know all the details of that recurring payment profile. i ...
1
vote
1answer
333 views
Paypal Direct Payment API using Paypal account
is it possible to make a payment with user's paypal balance using Direct Payment? I know that Direct Payment offers recurring payments but I'd like to use it not only for credit cards but for paypal ...
1
vote
0answers
322 views
Android : Paypal Preapproval API operation (Example needed)
Is there any working example for PayPal preapproval API operation. I went through some tutorials,. But they are specifying some preapproval key for the transaction. How will we get this key?
Please ...
1
vote
0answers
191 views
Tracking Paypal subscriptions with initial fee using NVP API and BMCreateButton
I've been banging my head against the wall trying to figure out how to do this, there are many facets to this problem.. but I figured I'd just ask all of them at once.
How do I create a monthly ...
1
vote
2answers
177 views
Choosing the right Paypal system for processing registrations and subscriptions
The payments we gather on our website are for online subscriptions and registrations for conferences. In both cases, we want to gather absolutely all information other than the payment information ...
1
vote
3answers
679 views
Paypal subscriptions IPN - problem with users subscribing multiple times
I'm using paypal subscriptions and the instant payment notification (IPN) to handle subscribers on my site.
For the most part it works well but there is one occasional problem I've encountered.
...
1
vote
2answers
325 views
PayPal IPN Unsubscribing
I'm using the PayPal IPN (Instant Payment Notification) api for subscriptions but I can't find a way to let users UNSUBSCRIBE themselves. The solutions I've found so far require the customer to login ...
1
vote
1answer
429 views
Paypal CreateRecurringPaymentsProfile billing for firstmonth automatically
I need to know how to pay for the first month while calling the CreateRecurringPaymentsProfile,
current situation is that I am able to make a initial payment at the time of creation of the profile, ...
1
vote
1answer
567 views
paypal - 'subscription profiles not supported'
I'm using website payments standard to create recurring payments for subscriptions.
I need to find out when the next billing date is, so it looks like I can use GetRecurringPaymentsProfileDetails nvp ...
1
vote
3answers
520 views
PAYPAL IPN problem
It's not a problem but i don't know how to do this; let's say that I have a sign up form with some fields: username, password, email, as you know the user clicks on the BUY BUTTON and pay's up.
Well, ...
1
vote
1answer
335 views
authorize and charge a credit card for on demand subscription
I am working on e-commerce application using asp.net MVC with C#.
I need to authorize the users who signs up with the application with the credit card.
1). When the user sign up, i need to get the ...
0
votes
1answer
43 views
s2Member subscription modification button not working in PayPal SandBox mode?
This question is relevant only for those familiar with the WP plugin "s2Member".
I've been trying to allow a "Free Subscriber" (level #0) to modify her subscription to a paying customer (level #1, ...
0
votes
1answer
35 views
How do i implement the recurring payments on my website using paypal Buy Now Button ? i don't want to use subscription button..?
I want to implement to monthly recurring payments on my website but i don't want to use paypal 's subscription button but i will use Buy Now button instead. So what are the pros and cons of my ...
0
votes
2answers
84 views
How do I test Paypal subscription buttons with sandbox?
after 5 hours of research and reading outdated paypal documentation I finally give up!
I need to test a simple paypal subscription button with the paypal sandbox.
Button Code:
<form ...
0
votes
0answers
32 views
GetRecurringPaymentsProfileDetails missing buyer's email
I use PayPal's Website Payment Pro with recurring payments.
Some profiles are created using a credit card, others using a PayPal account (user's use their PayPal account to fund the transaction).
I ...
0
votes
1answer
58 views
Confirming Paypal subscription with Codeigniter PayPal IPN Library
I'm using PayPal IPN Library to process a subscription payment. The Library logs to a database the IPN answer. The return URL is a "processing" page that checks at timed intervals for the "SUCCESS" ...
0
votes
0answers
14 views
Taking standard and subscription Paypal payments at once
I'm doing work for a client who wants to sell both single items as standard payments but also wants to sell a subscription-based product.
We want everything to go through one cart system (that I'm ...
0
votes
2answers
130 views
How to make paypal button fields 'Required'?
i have created a pay now button using paypal button generator.
The button has 2 fields, and then you press pay now.
However, if you leave these fields empty, you can still pay
I want to make these ...
0
votes
1answer
103 views
PayPal recurring payments using codeigniter PayPal_Lib library
how to integrate recurring payments using codeigniter PayPal_Lib library ?
0
votes
1answer
53 views
Several questions about paypal pro subscriptions flow
I have integrated standard paypal with one of sites and it works as follows: user selects which subscription to buy, he is redirected to paypal, paypal sends IPN response, I process it and then every ...