/transfer/recurring/createCreate a recurring transfer
Creates a recurring transfer schedule for an account. Supply the account, transfer type and network, amount, description, user context, and a schedule containing the interval and start date. The operation is not supported for Transfer UI or Transfer for Platforms beta customers, and the response reports whether the proposed recurring transfer was approved, declined, or requires user action.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Recurring transfer details, including transfer rails, amount, user context, and execution schedule.
access_token, idempotency_key, account_id, type, network, amount, user, schedule, and description are required. type must be debit or credit, network must be ach, same-day-ach, or rtp, and the schedule must include interval_unit, interval_count, interval_execution_day, and an ISO 8601 start_date.