Paypal订阅+自定义安装费

时间:2018-01-09 11:05:35

标签: paypal stripe-payments

我需要在Paypal中设置发票:

  • 每月订阅15,20或25美元
  • 初始设置费为15,50或100美元(此金额来自第三方,我无法预测)

我可以使用单一的PayPal发票实现这一目标吗?

还需要使用Stripe实现它,所有帮助都表示赞赏。

2 个答案:

答案 0 :(得分:1)

使用Stripe,您可以为您的订阅添加设置费用,如下所示:

  1. Create the customer object使用由ElementsCheckout创建的令牌或来源。

  2. Create an invoice item,其中包含设置费用的价值。

  3. Create the subscription

  4. 创建订阅后,将立即创建第一张发票,除了订阅的基本费用外,还将包括在步骤2中创建的项目。

答案 1 :(得分:1)

使用PayPal,您可以通过在merchant_preferences对象中指定它来添加到结算计划中的setup_fee变量。

以下是有关结算方案和结算协议的整合信息。单击“创建计划”以查看使用setup_fee的示例。

https://developer.paypal.com/docs/integration/direct/billing-plans-and-agreements/#integration-steps