How PayPal Lets Subscribers Modify Their Subscriptions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello
- Select the Add Advanced Variables checkbox; then in the text box below it, enter one of the following lines of code: modify="1" – Add this line of code to let subscribers modify their active subscriptions or sign up for new, additional subscriptions. If a subscriber has an active subscription, PayPal displays a page during checkout for accepting the new terms and pricing, with a link to a page to sign up for a new, additional subscription with the new terms and pricing. If a subscriber has a prior subscription that ended or was canceled, PayPal lets the subscriber sign up for a new subscription with the modified terms and prices. modify="2" – Add this line of code to let subscribers modify existing subscriptions only. If a a subscriber has an active subscription, PayPal displays a page during checkout for accepting the new terms and pricing. The page does not allow subscribers to sign up for new subscriptions.
<!-- Let current subscribers modify only. --> <input type="hidden" name="modify" value="2">
page 99 increase 20% only is not my business..
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
What you have in mind cannot be done with Payments Standard (free product).
It may be possible with Payments Pro however, will require a bit of custom work on your end.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi
Thank you very much for the response.
I would like to have Requiring payments monthly plans.
-Customer comming Buy plan $19/mo
-case one after 15days they want to MODIFY to plan and Buy one more 19$ ==> $38
Since in PayPal documentation says: Express checkouts can't modify and increase the price more than 20% for six months
My questions are about:
Subscribe, Modify, these scenarios I get from 4 phone calls 4 different answers.
Simple code here example it is about value=1 or value=2
<inputtype="hidden" name="modify"value="2">
<inputtype="hidden" name="modify"value="1">
====================
<table>
<tr><td><inputtype="hidden"name="on0"value=""></td></tr><tr><td>
<select name="os0">
<option value="Option 1">Option 1 : $1.00 USD - monthly</option>
<option value="Option 2">Option 2 : $2.00 USD - monthly</option>
</select></td></tr>
</table>
<input type="hidden"name="modify"value="2">
Here is the documentation about this
Working with Modify Subscription Buttons
This one no one from Sales/Support explain to me the differences:
Click the Step 3 bar, and then follow the instructions for Step 3 – Adding Advanced Features to Your Subscribe Button.
I just want confirm what will happend in different scenarios....Before I spend time to develop
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I am sorry,
my response was more than 20000 chars and I cut it...
From PayPal sales and support they say CAN NOT BE DONE since I looking the documention and says YES can be done
here is the email response of these specific questions I was referer to the common web site....
"
Welcome to PayPal, the easy and safe way to pay online! My name is Josephine from PayPal Customer Service.
We have here advanced variables that you can integrate with your website in the PayPal button so that you can set up the monthly plans that you wish to have.
Just visit this link: https://developer.paypal.com
Thank you for trusting PayPal. Take care and have a wonderful day!
Sincerely,
Josephine
PayPal Consumer Support
PayPal, an eBay Company
"
I am very disapointed spending this time on phone with paypal and continuing doing research how to be done.
Thanks for everyone sharing his experience

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Which Paypal's subscriptions to choose ? in About Business (Archive)
- Subscriptions with paypal in About Payments (Archive)
- Need to be able to export email addresses of active recurring subscribers! in About Business (Archive)
- New Subscriptions for Existing Subscribers in About Business (Archive)
- Modifying a subscription with an instant payment in About Business (Archive)