v1

latestOpenAPI 3.1.0Copyright Pismo2026-07-247702,7523.1 MB
Restricted 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

restricted_funds_idstring uuid required
hold_method'STRICT' | 'FLEXIBLE' required

Determines how the system processes the restriction request in relation to the available balance at the time of execution.

Notes:

  • STRICT: Applies to the full requested amount or fails (no partial holds).
  • FLEXIBLE: Can apply only to the available portion, resulting in a partial hold.
requested_amountnumber float required

Amount originally requested at the time the restriction was created; remains unchanged after the initial request.

held_amountnumber float required
created_atstring date-time required

Date and time when the restriction or operation was created, shown in ISO 8601 format.<br> minLength: 1 maxLength: 30

soft_descriptorstring

Brief description that helps to identify a particular restriction or operation.

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\"}"
    }
  ]
}