added
Manage scheduled payments with the API
August 19th, 2024
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_interval
of the last scheduled payment to an integer value, and setting thescheduled_duration_unit
toDAY
,WEEK
,MONTH
, orYEAR
. BillPro does not make these changes in the order. - Adjust the
amount
of a scheduled payment and BillPro will update the orderamount
for the future billing events.
- Adjust the billing cycle by setting the
For full details, see Update scheduled payment.