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
10
votes
2 answers

Paypal subscription webhook for recurring payment

I had set up Paypal webhooks to track the recurring payments. I had set up webhook for…
9
votes
4 answers

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 has a name, email, paypal ID, recurring payment…
MikeN
  • 45,039
  • 49
  • 151
  • 227
9
votes
7 answers

Change the IPN url on existing subscription

we plan to change the domain name for our service. Therefore we need to update the IPN-url for our existing customers. I have tried googling a solution on how to change the IPN-url for current subscriptions, but I haven't been able to find anything.…
ThomasD
  • 2,464
  • 6
  • 40
  • 56
8
votes
4 answers

How to get paypal API credentials?

I am using Paypal recurring payments and direct payment. I tested it using beta-sandbox and works fine. Now I want to make to real paypal account. I have been given real paypal account, and I login with it on https://www.paypal.com/, but I don't…
Sohail
  • 2,058
  • 7
  • 33
  • 57
8
votes
1 answer

How to remove a PayPal product from v1/catalogs API?

I would like to remove a product from the catalogs, but I can't find any API method that do this, here is the documentation. I know how to get all the…
sfarzoso
  • 1,356
  • 2
  • 24
  • 65
8
votes
1 answer

Paypal smart button without billing address?

I'm using PayPal Smart Payment Buttons to enable payments on my website. I managed to disable the shipping address fields, but I can't disable the billing address. From what I've seen most of the sites that accept online payments don't require…
8
votes
2 answers

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 they've bought. I need to be able to modify the…
Mike
  • 8,767
  • 8
  • 49
  • 103
8
votes
1 answer

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. Both have the custom variable in them which lets…
Ali
  • 261,656
  • 265
  • 575
  • 769
8
votes
2 answers

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. To accomplish this I’ve tried creating a “Bundled…
J Lee
  • 1,533
  • 1
  • 14
  • 20
7
votes
1 answer

How to discount additional recurring payments?

I want to charge $47/month for the first month. Then only $37 for every additional month. Essentially, I want to discount the recurring payments if they stay with me. How can I do this in PayPal buttons?
User
  • 23,729
  • 38
  • 124
  • 207
7
votes
2 answers

Subscription Profiles not supported by Recurring Payment APIs while updating plan price

I am using paypal api for recurring billing. i want to update plan price using paypal api. for this i am using $curl = curl_init(); curl_setopt($curl, CURLOPT_RETURNTRANSFER, true); curl_setopt($curl, CURLOPT_SSL_VERIFYPEER,…
krishna
  • 923
  • 3
  • 15
  • 42
7
votes
1 answer

Correct paypal IPN variable for suspended subscriptions

If a paying monthly subscriber has a credit card that expires, and paypal failed three times in trying to get the funds, then they are "suspended" by paypal. I'm trying to update my PHP script so that the correct change will happen in the database…
PioneerMan
  • 303
  • 4
  • 12
6
votes
1 answer

PayPal Custom sales tax implementation

In our paypal integrated website,We have used Paypal buttons with a fixed amount such as $5 button. Now we need to add sales tax to the paypal. right now we are planning to calculate sales tax from our own logic and we need to set this calculated…
Roshil K
  • 2,583
  • 28
  • 38
6
votes
4 answers

Charge tax using PayPal Subscriptions API

As an EU based seller I need to charge tax based on customer country tax rates and rules. That means that when I create subscription I need to specify either tax rate (percentage or amount) or have the ability to override subscription price. When…
Luka Peharda
  • 1,003
  • 8
  • 18
6
votes
4 answers

Smart Payment Buttons passing custom variable for IPN

I have two Smart button on my website for a monthly subscription (working well). I successfully receive the IPN response with the payment information ready to be added to the Database. But I need to get the UserID of my application with the IPN…
Tryall
  • 640
  • 12
  • 22
1
2
3
59 60