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.
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
If a payment date falls on a Bank Holiday, ASAP eligible payments (RTP/FedNow) will process as normal. However, ACH payments will be executed on the immediate Next Business Date
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.