Update Subscription quantity without user consent everytime
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Using Paypal Rest APIs for Subscription, User can add more user for which I need to update the quantity of that subscription but for update quantity, I need user's consent everytime which is kind of annoying, is there any better way to handle this problem so user can add multiple user's and he does not have to give consent for every user he added and we will charge him in next billing based on the user's he added
- Labels:
-
PayPal Here

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Good day @iabhinavtoolbox
Thank you for posting to the PayPal community.
I regret to inform you that, according to PayPal's standards, we do not currently have any alternative solutions available.
We recommend referring to the detailed guide provided in the links below to learn more about subscriptions.
https://developer.paypal.com/docs/api/subscriptions/v1/
https://developer.paypal.com/docs/subscriptions/
Please find the details outlining the workflow for subscriptions below:
- Create a product to represent your goods or services.
- Create a plan to represent the payment cycles for your subscription.
- Use the JavaScript SDK to present the PayPal button, which starts the subscription process.
- The buyer agrees and subscribes.
- The button calls the Subscriptions API to create the subscription.
- The buyer sees the subscription confirmation.
To access the detailed workflow, please use the following link- https://developer.paypal.com/docs/subscriptions/#link-howitworks
To integrate subscription, please use the following link https://developer.paypal.com/docs/subscriptions/integrate/
If your still facing issues, please create an MTS ticket via - https://www.paypal-support.com/s/?language=en_US with the detailed information and error details.
Sincerely,
Kavya
PayPal MTS
If this post or any other was helpful, please enrich the community by giving kudos or accepting it as a solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hello @Kavyar ,
I trust this message finds you well. I am currently utilizing the https://developer.paypal.com/docs/api/subscriptions/v1/#subscriptions_revise endpoint to adjust the subscription quantity. However, I've encountered a scenario where the update takes effect only in the subsequent billing cycle.
To provide more context, if a user's next billing date is February 1, 2024, and they added a user on January 7 with consent granted on the same day, the subscription for that specific added user was unfortunately canceled on January 30. Now, the challenge at hand is figuring out how to bill the user for the 24 days during which they utilized my platform.
Could you kindly direct me to any relevant documentation or provide assistance on how to handle billing for the partial usage period in such cases? Your guidance on this matter would be greatly appreciated.
Thank you in advance for your support.
Best regards,
Abhinav [removed]

Haven't Found your Answer?
It happens. Hit the "Login to Ask the community" button to create a question for the PayPal community.
- Subscription did not get auto renewed in sandbox mode but it was created successfully in Sandbox Environment
- How to pass "amount" using @paypal/react-paypal-js in REST APIs
- Subscription Quantity Not Working in PayPal Payments Standard
- Sandbox: Revise subscription returns success but subscription not modified? in REST APIs