Transfers
Scheduled Payments
Schedule payments to occur at a recurrence.
You may create and cancel schedules via Deliver.
How to Create a Schedule
1
Create a Recurrence Rule (RRule)
Create a recurrence rule using the recommended generator here.
2
Create the Schedule Request
Create a schedule using our POST /schedules API.
3
Get the Response
See below for the expected response upon creating a schedule.
A few things to note after creating a schedule:
- Orum will kick off scheduled transfers at 9am ET. However, if a schedule is created after 9AM ET and is set to start same day - it will kick off right after schedule creation
- For all transfers created from a schedule, the “schedule_id” will be displayed in the transfer response - as seen below:
How to Cancel a Schedule
1
Locate the Schedule ID
Locate the unique schedule ID of the schedule by using GET /schedules.
2
Request Cancel Schedule with the Schedule ID
Call the Cancel Schedule API.