贝宝安排一批随机定期付款

PayPal Schedule Random Recurring Payments In One Batch

支付宝新手。有没有办法使用 PayPal Rest API 安排多次(有点随机)付款?我正在构建的应用程序需要支付每周费用才能参与 activity。需要注意的是,由于假期或其他不可预见的原因,某些周会被取消。

因此,对于 2015 年 9 月这样的给定月份,客户可能希望在该月支付 "valid dates" 整月的费用。我可能需要安排以下付款: 9/1/2015、9/8/2015、9/15/2015 和 9/29/2015。 (跳过 2015 年 9 月 22 日)。 在这一点上,我没有看到定期付款的这种能力。也许是具有未来结算日期的交易?

我建议暂时使用 classic API。它仍然比 REST 更进一步。

你可以使用 Preapproval and Pay or you could use Express Checkout and/or Payments Pro with reference transactions.

如果您恰好与 PHP 一起工作,此 PayPal PHP SDK 将调用 API 来为您快速轻松地完成这项工作。