Paypal API - Modify Recurring Payment Profile

删除回忆录丶 提交于 2019-12-12 03:46:11

问题


We currently handle subscriptions on our site via Paypal with the CreateRecurringPaymentsProfile API. This created a monthly subscription for 7.99 a month. We would like to launch an offer where the user could change that monthly subscription for an annual subscription which would be much more convenient.

I looked into the APIs and found the UpdateRecurringPaymentsProfile API. I tested it and found that I could change the amount charged monthly, say from 7.99 to 5.99. However I can find no request field to change the period from Month to Year.

Is there a way to accomplish this with the UpdateRecurringPaymentsProfile API. Or would the profile necessarily be cancelled and a new one created from scratch?


回答1:


Yes, paypal has some limitations on UpdateRecurringPaymentsProfile.

So it's better to cancel previous Recurring Payments Profile and create new.

Here is Paypal help for how to Cancel PayPal Recurring Profile using API

https://developer.paypal.com/docs/classic/api/merchant/ManageRecurringPaymentsProfileStatus_API_Operation_NVP/



来源:https://stackoverflow.com/questions/42815353/paypal-api-modify-recurring-payment-profile

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!