简体   繁体   English

贝宝(PayPal)定期结算-是否可以使用试用期并仍可同时向某人收费

[英]PayPal Recurring Billing - Is there a way to use a trial period and still bill a person at the same time

Here is the scenario: Let's say a person signs up to be a paying member of my site. 这是场景:假设某人注册成为我网站的付费会员。 Now let's say the same member could sign up for classes internal to the application but require recurring billing scenarios as well. 现在,假设同一位成员可以注册应用程序内部的类,但也需要重复计费方案。 We would like to use the same billing profile and just say in 60 days. 我们想使用相同的结算资料,只说60天。 For example, if someone sign up for $5 per month, then signs up for one of the classes at $30 p/month with a 60 day trial. 例如,如果某人每月签约5美元,然后以60美元的试用期以每月30美元/月的价格注册其中一个课程。 The person should be billed using their billing profile created when they signed up for the $5 amount, for $5 per month until the trial period end then $35 per month after the period end. 应使用注册时创建的结算资料为该人结算,金额为5美元,每月5美元,直到试用期结束,然后在期限结束后每月35美元。 Is there a way to both bill someone and have a trial period running on the same profile? 有没有办法向某人收费并在同一个人资料上运行试用期?

If I understand you correctly, you basically want: 如果我对您的理解正确,那么您基本上想要:

  1. First month - $5 / month 第一个月-$ 5 /月
  2. After that $35 / month indefinitely 之后,每月$ 35美元(无限期)

If this is correct you basically need to utilize both a1, t1, p1 and a2, t2, p2 variables in this fashion: 如果这是正确的,那么您基本上需要以这种方式同时使用a1,t1,p1和a2,t2,p2变量:

  • a1=5, t1=1, p1=M a1 = 5,t1 = 1,p1 = M
  • a2=35, t2=1, p2=M a2 = 35,t2 = 1,p2 = M

Of course you need to setup src=1 (yes to recurring payments) and srt=0 (repeat indefinitely). 当然,您需要设置src = 1(是定期付款)和srt = 0(无限期重复)。

You can see details on HTML Variables for Recurring Payments Buttons . 您可以查看有关“ 定期付款”按钮的HTML变量的详细信息。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM