/bank_transfer/createDeprecatedCreate a bank transfer
Creates a bank transfer to debit or credit the specified account. Supply the transfer identifiers, direction, network, amount, currency, description, and account holder details required by the request schema. Use the idempotency key to safely retry the request without creating a duplicate transfer.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
Bank transfer details, including the account, transfer direction, network, amount, and account holder information.
idempotency_key, access_token, account_id, type, network, amount, iso_currency_code, description, and user are required. type must be debit or credit, and network must be ach, same-day-ach, or wire. idempotency_key must be no longer than 50 characters, description must be no longer than 10 characters, and user.legal_name must be supplied.