Reputation: 111
I have a website where I sell software per user, where the client can select amount of users he needs to purchase. The question I have, is if the user originally purchased 10 users for $10 per user totaling $100 on March 1st. After that, on April 15th he decides to purchase another 5 users, so the total users would be 15, and the total per month would be $150.
How do we charge the user prorated price? How to modify the current subscription to include the prorated rate and keep recurring payments?
Upvotes: 0
Views: 55
Reputation: 30477
With a current PayPal Subscriptions integration, revise the subscription to a new Plan and have the payer approve it: via either the API response's returned url, or using the JS SDK's actions.subscription.revise (recommended)
Upvotes: 1