Paypal如何覆盖付款定义?

时间:2017-04-21 12:31:51

标签: paypal paypal-rest-sdk paypal-subscriptions

我已经创建了一些结算方案,现在我想在创建结算协议时覆盖付款定义。那可能吗?

我知道我可以覆盖商家偏好设置和费用模式,但我没有找到任何覆盖付款定义的内容。

用例是订阅服务(结算方案)但与折扣相关联的用户。

我正在使用REST API。

1 个答案:

答案 0 :(得分:0)

可能的解决方案:

  • 使用override_merchant_preferences创建一个计费协议。 (初始金额)
  • 创建结算协议后-获取Agreement_id
  • 使用patch_request(重复发生的金额)更新结算协议

2019年4月更新:

2019年4月,贝宝添加了新的订阅API。

https://developer.paypal.com/docs/subscriptions/integrate/

新的API支持修订当前的订阅。

https://developer.paypal.com/docs/subscriptions/full-integration/subscription-management/#revise-subscription