I am bit confused about recurring payment and it's lifetime. I am trying to figure out do I have to update recurring payment profile somehow after that year passes or not. I am reading from https://www.x.com/developers/paypal/documentation-tools/api/createrecurringpaymentsprofile-api-operation-nvp#id09BNA01I0E9 following:
The combination of BillingPeriod and BillingFrequency cannot exceed one year.
But there is also a TOTALBILLINGCYCLES param which states
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.
It suggests that I don't need to do anything with profile if I'ts set to zero. Am I right?