What are Network Transfers?
Network transfers enable efficient fund movement between accounts at the same or different banks within Treasury Prime’s banking network. Unlike traditional ACH transfers, which can take days, network transfers are processed in seconds. The funds are part of the account’s current balance and are synchronized with the available balance throughout the day.Network transfers are currently available exclusively for clients
utilizing Treasury Prime’s OneKey Banking platform.
Key Benefits
- Fast transfers: Move funds quickly across different banks
- Unified API: Single interface for managing transfers across multiple financial institutions
- Risk mitigation: Built-in redundancy across multiple bank partners
- Scalability: Support uncapped deposit growth without changing providers
How Network Transfers Work
Network transfers leverage Treasury Prime’s unified banking infrastructure to enable seamless fund movement:- Authorization: You must have access to both source and destination accounts
- Transit accounts: Banks maintain transit accounts to facilitate fund movement
- Unified view: Single view of transactions across all bank partners
Network Transfers vs Other Transfer Types
Testing Network Transfers
Sandbox does not currently offer a simulation type for network transfers, unlike ACH, wire, and card transfers. Treasury Prime plans to add sandbox simulation support for network transfers in a future release. Until then, Treasury Prime recommend testing network transfers directly in Production using low-value transfers between accounts you control.
Before you test
Confirm the following with Treasury Prime and your bank partners before initiating test transfers:- Both banks involved in the transfer have network transfers enabled.
- The settlement and transit accounts required to support network transfers are configured for both banks. See Network Transfers Overview for details.
- You have access to both the source account and the destination account used in each test transfer.
Recommended test scenarios
The scenarios below cover common network transfer paths. They serve as general guidelines and might not represent complete test coverage for your specific implementation.Example: create a Network Transfer in Production
The following request creates a $1.00 network transfer between two accounts you control. Use a low-value amount to limit exposure while testing.pending status:
Monitor transfer status
Because network transfers settle asynchronously, confirm the outcome of each test transfer using one of the following methods:- Console: Follow along in Treasury Prime’s Console by opening the source or destination account and reviewing the Transactions tab for the transfer.
- Webhooks: Subscribe to the
network_transfer.createandnetwork_transfer.updateevents to receive the transfer status as it changes. - Polling: Retrieve the current status with
GET /network_transfer/{id}.