0

Is it possible to decrease the recurring payment amount/rate using NVP API Operation for a recurring payment profile created using Express Checkout ?

I read here, merchant can increase the amount by 20% of the original amount every 180 days from the profile started date. However, it does not mention about decreasing the amount.

I know it is possible to do it manual through Paypal Interface. I have tested this in Sandbox environment.

In our flow, one recurring payment profile can accommodate more than one item/service. So if one of the services is un-subscribed, we have to decrease the amount of the corresponding profile.

Priska Aprilia
  • 1,149
  • 1
  • 15
  • 34

1 Answers1

0

In my experience it works fine, but it's been a while since I've done that specifically. You can easily test that in the sandbox, though.

Drew Angell
  • 25,968
  • 5
  • 32
  • 51
  • Hello @andrew, I am also facing the same problem, I also want to reduce the amount. I am using UpdateRecurringPaymentsProfile it changes the SubscriberName but does not make any effect on amount. Can you explain if you have any idea? – Rav's Patel Nov 09 '16 at 12:09
  • @Rav'sPatel Any updates on this? How did you implement it? – Bikal Nepal Jan 29 '19 at 05:47