Fortress Settlement Network (FSN)
The Fortress Settlement Network (FSN) enables instant internal transfers between Fortress custodial accounts 24/7, without waiting for wire or ACH processing windows. FSN is ideal for fast settlement between organizations integrated with Fortress.
What Is FSN?
FSN is a dedicated payment type that allows real-time transfers between Fortress custodial accounts. These transactions are processed immediately, with balances reflected in both source and destination organizations without any external clearing.
- Available only on v2 payment endpoints
- Must be initiated via API (not available via Dashboard)
How to Initiate an FSN Transfer
POST /api/trust/v2/payments
//Sample Request
{
"source": {
"custodialAccountId": "3fa85f64-5717-4562-b3fc-2c963f66afa6"
},
"destination": {
"custodialAccountId": "A3CA08AB-3058-4C3C-81E7-51DA24B171FF"
},
"comment": "string",
"funds": 1000000,
"spreadBasisPoints": 0,
"feeFixedAmount": 25
}
Updated about 22 hours ago