如果我在paypal定期付款中将TOTALBILLINGCYCLES设置为零,那么该付款资料会永久存在吗?

Jan*_*son 4 paypal recurring-billing

我对经常性付款感到困惑,这是一生的.我试图找出在那年过去之后我是否必须以某种方式更新定期付款资料.我正在阅读以下网址:https://www.x.com/developers/paypal/documentation-tools/api/createrecurringpaymentsprofile-api-operation-nvp#id09BNA01I0E9

The combination of BillingPeriod and BillingFrequency cannot exceed one year.
Run Code Online (Sandbox Code Playgroud)

但是还有一个TOTALBILLINGCYCLES参数说明

For the regular payment period, if no value is specified or 
the value is 0, the regular payment period continues until the 
profile is canceled or deactivated.
Run Code Online (Sandbox Code Playgroud)

它表明如果我设置为零,我不需要对配置文件做任何事情.我对吗?

Joh*_*nde 6

BillingPeriod并且BillingFrequency与定期结算帐户的生命周期不同.

BillingPeriodPaypal需要多长时间才能收费?日常?每周?每月?

BillingFrequency 是该用户每年收取多少次费用.

因此,如果您有BillingPeriod每周一次和BillingFrequency52次,则每年的每周都会向用户收取费用.如果你有BillingPeriod一周和一周BillingFrequency26,那么用户将在每年的上半年收费,然后他们将不再收费.

TOTALBILLINGCYCLES您希望此订阅运行多长时间.如果将其设置为零,则会永久运行(直到取消).如果您将其设置为3,那么它将向用户收取三个周期(3年)的费用,然后自行终止.