I have a nicely working recurring payments setup with the PayPal REST API. However, I am scratching my head how to get this payment strategy to work:
__> 6 month long subscription cycle, infinitely repeating. __> one-time payment for the 6-month period paid at start of subscription.
For this I assume it would be an INFINITE setting, but the API does not have a setting for 6-months, only billing cycles for DAY, WEEK, MONTH, and YEAR.
Any thoughts or suggestions?