v1
latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MBRestricted funds
Get fund restriction
Get details of a specific fund restriction by restricted_funds_id.
get/corporate/v1/restricted-funds/{restrictedFundsId}
Path parameters
restrictedFundsIdstring uuid required
Restricted Funds ID
Response
OK
Example response
{
"restricted_funds_id": "e4adf199-c925-4d11-b002-c5bfd5679030",
"hold_method": "STRICT",
"created_at": "2023-04-27T12:01:24Z",
"soft_descriptor": "FDIC 12 C.F.R. § 360.9",
"operations": [
{
"tracking_id": "3368328d-e4c6-4c75-99a9-9d59f3501d8c",
"type": "RELEASE_FUNDS",
"status": "SUCCEEDED",
"processing_code": "PSM045",
"applied_amount": 800.22,
"created_at": "2023-04-27T12:01:24Z",
"soft_descriptor": "FDIC 12 C.F.R. § 360.9",
"applied_at": "2023-04-27T12:01:24Z",
"metadata": "{ \"key\": \"value\"}"
}
]
}