Paypal API - 修改定期付款资料

时间:2017-03-15 16:20:08

标签: paypal recurring-billing

我们目前通过Paypal使用CreateRecurringPaymentsProfile API处理我们网站上的订阅。这创建了每月7.99的月订阅。我们希望推出一项优惠,用户可以更改每月订阅的年度订阅,这将更方便。

我查看了API并找到了UpdateRecurringPaymentsProfile API。我测试了它,发现我可以每月更改一次收费,比如从7.99到5.99。但是我找不到请求字段来将月份更改为年。

有没有办法使用UpdateRecurringPaymentsProfile API完成此任务。或者是否必须取消配置文件并从头开始创建新的配置文件?

1 个答案:

答案 0 :(得分:0)

是的,paypal对UpdateRecurringPaymentsProfile有一些限制。

因此,最好取消之前的定期付款资料并创建新的。

以下是Paypal帮助,了解如何使用API​​取消PayPal重复配置文件

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