Paypal直接定期付款升级/取消付款



paypal直接递归支付是如何工作的(使用贝宝业务账户)

  1. 如果我的客户想cancel recursive payment
  2. 如果我的客户想upgrade他/她的付款方式

我可以知道我应该调用API来取消递归付款和升级recursive payment吗。

您可以使用ManageRecurringPaymentsProfileStatus API调用来取消、挂起或响应定期配置文件。

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

您可以使用UpdateRecurringPaymentsProfile API调用来更新定期配置文件。

https://developer.paypal.com/webapps/developer/docs/classic/api/merchant/UpdateRecurringPaymentsProfile_API_Operation_NVP/

相关内容

  • 没有找到相关文章

最新更新