Scheduled Transfer
A bill payment or transfer that runs today, on a date or on a recurrence (weekly, biweekly, semimonthly, monthly, quarterly, annually) over the counterparty's rail; dates that are not banking days move to the previous or next one; a failed run is retried the next banking day and three failures in a row pause the schedule; under the account's approval policy a schedule waits as pending_approval.
OBJECTThe Scheduled Transfer objectA bill payment or transfer that runs today, on a date or on a recurrence (weekly, biweekly, semimonthly, monthly, quarterly, annually) over the counterparty's rail; dates that are not banking days move to the previous or next one; a failed run is retried the next banking day and three failures in a row pause the schedule; under the account's approval policy a schedule waits as pending_approval.POSTCreate a scheduled transfer
/scheduled-transfers · Schedule a payment to a counterparty or a transfer between the customer's accounts: today, on a date, or on a recurrence; under the account's approval policy it waits for its approversGETList all scheduled transfers/scheduled-transfers · List schedulesPOSTRun every schedule whose date has come and lapse overdue approvals (the scheduler calls this; so may operations)/scheduled-transfers/runsGETGet a scheduled transfer by ID/scheduled-transfers/{id} · Read a schedulePOSTEnd a schedule/scheduled-transfers/{id}/cancelPOSTHold an active schedule/scheduled-transfers/{id}/pausePOSTRestart a paused schedule from its next date/scheduled-transfers/{id}/resumeGETThe schedule's runs: the transfer each created, or why it failed/scheduled-transfers/{id}/runs