I have scenario in pay flow recurring payment. suppose if a user subscribe for "Quick Start ($40)" then upgrade its subscription to "Advance Plan($80)", how much payflow will charge user on next billing cycle, $40 (Price difference) or $80 (Advance Plan Price). What if i want user to pay only price difference. Please help. i could not find any solution after day of googling.
Asked
Active
Viewed 235 times
2
-
did you find any solution to this? – Shanky Nov 18 '21 at 15:31
-
Paypal does not support automatic proration payment (while stripe does). If you need to stick with Paypal, calculate the proration by yourself and request the user to pay it separately. https://developer.paypal.com/docs/multiparty/subscriptions/customize/revise-subscriptions/ – JM217 May 21 '22 at 10:10