Create a schedule
Schedule recurring transfers.
Either a source, destination, or both are required in the request body.
Authorizations
The auth token received from Authentication endpoints.
Headers
Version of Deliver API. Use v2022-09-21.
v2022-09-21
Body
Unique reference id for the Schedule. Generated by you.
1
Transfer amount in integral cents (example: 100 = $1). Must be greater than zero.
x >= 1
Currency code in ISO 4217 format. Only USD is supported.
USD
Speed of transfer.
asap
, standard
, same_day
, wire
The date when the schedule starts, in YYYY-MM-DD format.
"2025-01-01"
Recurrence of the schedule in iCalendar RRULE format
"RRULE:FREQ=WEEKLY;INTERVAL=1;BYDAY=MO,WE,FR"
For use cases that require a Source, information about the transfer funding source, which will be debited.
Information about the transfer funds destination, which will be credited.
Response
Was this page helpful?