Get an autopay schedule
Returns a single autopay schedule by ID. Returns 404 if it isn’t reachable by this key.
Authorizations
Static API key issued via the client portal. Treat it like a password.
Path Parameters
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.