I was reading through the developer manual, but I'm wondering if it is possible to recur bill based on a dynamic month amount.
A customer signs up for 10 months at 15 dollars = $150.00, does the API allow for a recur bill at $15.00 per month for 10 months, and then turn itself off after the 10 months?
Another customer may want 7 months at $10.00, I would need something similar for a 7 month recur bill at $10.00, and then turn off.
Thanks.
Solved! Go to Solution.
11-16-2011 08:18 AM
You could theoretically set every subscription to run forever, and have your site disable the subscription after a certain number of payments. You can not, however, update the ARB subscription itself to change the number of payments:
The subscription interval information (subscription.paymentSchedule.interval.length and subscription.paymentSchedule.interval.unit) may not be updated.
11-16-2011 05:07 PM - edited 11-16-2011 05:07 PM
You could theoretically set every subscription to run forever, and have your site disable the subscription after a certain number of payments. You can not, however, update the ARB subscription itself to change the number of payments:
The subscription interval information (subscription.paymentSchedule.interval.length and subscription.paymentSchedule.interval.unit) may not be updated.
11-16-2011 05:07 PM - edited 11-16-2011 05:07 PM