In the API, you can update scheduled payments with the scheduled_payments endpoint to do the following.
- Reschedule and skip billing events, and change the
amount. - For subscriptions
- Adjust the billing cycle by setting the
scheduled_intervalof the last scheduled payment to an integer value, and setting thescheduled_duration_unittoDAY,WEEK,MONTH, orYEAR. BillPro does not make these changes in the order. - Adjust the
amountof a scheduled payment and BillPro will update the orderamountfor the future billing events.
- Adjust the billing cycle by setting the
For full details, see Update scheduled payment.