Questions tagged [paypal-subscriptions]

Refers to PayPal Subscriptions and Recurring Payments. Supports automatically recurring subscriptions from websites, or other links.

Subscriptions and Recurring Payments is a way for systems to accept credit card and bank account payments for content site subscriptions, newsletter fees, club dues, or recurring donations, and can be fully integrated with websites.

External sites*

891 questions
0
votes
1 answer

PayPal Subscription IPN and other

I am wondering is this even possible or is there a simple way to do this. I am building a file-sharing site like Droplr or CloudApp and by fun chance unlike those two sites I do not offer fixed pricing, instead I offer pay-per-use billing on the…
Cl'
  • 1,535
  • 2
  • 10
  • 17
0
votes
1 answer

Can a paypal-ipn be received by a controller action in grails

I need to integrate paypal subscription in our grails application. I have created the subscription button in sandbox. I have created a controller action and provided the corresponding url in the button ipn. The payments are happening successfully…
Rammohan
  • 493
  • 6
  • 27
0
votes
1 answer

paypal redirect on successful checkout

I am trying to get my Paypal subscription to redirect to a custom page after a successful checkout. Before submitting to Paypal I overload the submit handler, run my own function (to store details) and return a unique id. I want to attach that id to…
0
votes
1 answer

What happens when a PayPal subscription is cancelled or fails?

I am thinking about using PayPal to take subscription payments for a website but have a question relating to the process of cancelling and failed payments. Initial process: Click subscribe/buy now button Log into PayPal or enter card…
Simon Hughes
  • 117
  • 5
0
votes
1 answer

Paypal IPN sending information if user made a payment or cancels a recurring payment

I'm building a website that has a subscription functionality and I have a few question about Paypal IPN and recurring payment method. Would the IPN be sent over to you if it is the due date for a recurring payment to be made? For example: User…
PinoyStackOverflower
  • 5,214
  • 18
  • 63
  • 126
0
votes
1 answer

Cannot get Paypal subscribe button to work

I am trying to implement a simple subscribe button using Paypal. I have used their button generator and then copy pasted that code into my webpage. The form looks perfectly fine and when I select a package and then click subscribe I need to login to…
Jonathan Clark
  • 19,726
  • 29
  • 111
  • 175
0
votes
1 answer

Is it possible to POST advanced HTML variables for SUBSCRIBE buttons in the list of parameters submitted to PayPal?

I'm using the PayPal standard SUBSCRIBE button. The HTML looks something like the code-snippet below. The issue is that it appears FORM parameters a1/p1/t1, a3/p3/t3, src/sra, and any other advanced HTML variables for the PayPal SUBSCRIBE button…
Kode Charlie
  • 1,297
  • 16
  • 32
0
votes
3 answers

How to get Profile ID in paypal via API

I'm doing some paypal integration in my application and bumped in on cancelling a RecurringPayments. To cancel a Recurring Payment, I need a Profile ID, I do not know where to get the Profile ID, can someone guide me here. Your help would be…
PinoyStackOverflower
  • 5,214
  • 18
  • 63
  • 126
0
votes
1 answer

Automated subscription service using PayPal or other payment processor?

I am developing an app which will be free to download from the Apple App store. However, users will be able to subscribe for advanced features which include the use of a web service. I would like the ability to detect those users who have subscribed…
0
votes
3 answers

Accept POST requests from external domain? (Google App Engine)

I can't seem to get my app to accept POST requests from a different domain. I'm trying to make an PayPal IPN handler in my app. When a user clicks the "Subscribe" button on my page, PayPal sends an IPN (a POST), to my IPN handler. I can see in my…
john2x
  • 22,546
  • 16
  • 57
  • 95
0
votes
1 answer

PayPal - subscribe button with credit card

I'm using the PayPal subscribe button in my site. Is it possible to allow user to subscribe (through the paypal subscribe button) with their credit card without having a paypal account? I know that the donate button allows it. any ideas
Ran
  • 3,455
  • 12
  • 47
  • 60
-1
votes
0 answers

Paypal Recurring on BigCartel

I have paypal linked to my website but i can’t add a paypal recurring payment button on my subscription based product on my Bigcartel Website. Guide me how to do it? Can we write custom coding on Bigcartel? I tries doing it several times but i can’t…
-1
votes
1 answer

How to test upcoming recurring subscription payment in Paypal

I have subscription based recurring payments on my website using Paypal. User is charged successfully on first subscription. How can I test if my subscription payment will be deducted successfully after one month? Do I have to wait for one month to…
-1
votes
1 answer

PayPal subscription : Changing next billing date

I want to change next billing date of existing subscription i.e. extend it by N days. And I don't want to create new plan for it Is there any way to achieve this? I want to know if it's possible in paypal to change next billing date or not
-1
votes
1 answer

Paypal Subscriptions and IPN Setup Guidance

I have searched Google and SO and I cannot seem to find (or am overlooking) a basic answer to my question. I have a custom-built website I want to charge monthly access to. Since most site users will be using Paypal anyway, I thought the easiest…
Joel F.
  • 59
  • 8