Update an autopay schedule
Updates the payment method, amount, end date, or pause state of a schedule. Cadence and start date are fixed — cancel and recreate the schedule to change them. Returns 409 if the schedule has been cancelled.
Authorizations
Static API key issued via the client portal. Treat it like a password.
Path Parameters
Body
Editable autopay fields. Cadence and start date are fixed once created — cancel and recreate the schedule to change them.
Switch the schedule to a different stored payment method. Must belong to a borrower on the schedule's account.
New per-run amount, in integer cents.
x > 0New last date a run may occur.
Pause or resume the schedule. Cancelling is done via DELETE.
active, paused Response
Successful Response
A recurring payment schedule tying an account to a stored payment method.
The account this schedule pays toward.
The stored payment method charged on each run.
Amount charged per run, in integer cents.
Unit of the recurrence interval. One of: day, week, month, year.
Number of units between runs (e.g. 2 + week = every two weeks).
Date of the first scheduled run.
Date the next charge is scheduled to run.
Schedule state. One of: active, paused, cancelled, expired.
Day of month (1-31) runs are pinned to, for month/year cadences. Clamped to the last day of shorter months.
Month (1-12) runs are pinned to, for yearly cadences.
Last date a run may occur. Null for open-ended schedules.
When the schedule was cancelled. Null unless cancelled.