Broker API
Deprecates the timing field on the Create Transfer request. The field has no effect and will be removed on 2026-08-26; stop sending timing in requests. There is no replacement.
Also corrects the Create Transfer documentation to match actual behavior:
- Documents the supported transfer matrix:
achsupports bothINCOMING(deposit) andOUTGOING(withdrawal);wiresupportsOUTGOINGonly. - Notes that
achtransfers require arelationship_id, andwiretransfers require abank_idwhose bank relationship is inAPPROVEDstatus. - Clarifies sandbox behavior: ACH deposits and withdrawals settle instantly, while outgoing wire withdrawals are simulated asynchronously and complete on weekdays only.
- Adds
400,403, and422response definitions. timingis no longer listed as required.
Affected Endpoints
POST /v1/accounts/{account_id}/transfersGET /v1/accounts/{account_id}/transfers