Create a scheduled transfer
POST
/scheduled-transfersSchedule 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 approvers
Headers
Idempotency-KeystringOptionalSend on every write that creates or changes money or state; a replay with the same key returns the original result with 200.
Body parameters
account_idstringRequiredExample acct_2tVh8nqLxq4GbDe0K1F6S9zRcWm
amountintegerRequiredMinor units of the currency (cents for USD)
counterparty_idstringOptionalcreated_bystringRequiredcurrency_codestringRequiredISO 4217 code
descriptionstringRequiredend_datestring · date or nullOptionalA business date, YYYY-MM-DD
frequencystringOptionalOnce (default), weekly, biweekly, semimonthly, monthly, quarterly or annually
max_runsintegerOptionalnon_banking_daystringOptionalPrevious (default) or next
railstringOptionalDefaults to the counterparty's pay_by
start_datestring · date or nullOptionalToday by default
to_account_idstringOptionalExample acct_2tVh8nqLxq4GbDe0K1F6S9zRcWm
Returns
201 Created
Errors
Every error is a problem document with a stable code. See Errors.
400401403404409412413422424429500503