> ## Documentation Index
> Fetch the complete documentation index at: https://docs-embeddedfinance.embedly.ng/llms.txt
> Use this file to discover all available pages before exploring further.

# freeze a virtual wallets

> This endpoint enables an organization freeze a virtual wallet

# freeze a virtual wallet

<ParamField body="orgId" type="string" required>
  **Example:** "3fa85f64-5717-4562-b3fc-2c963f66afa6"
</ParamField>

<ParamField body="walletId" type="string" required>
  **Example:** "3fa85f64-5717-4562-b3fc-2c963f66afa6"
</ParamField>

<ParamField body="reason" type="string" required>
  **Example:** "For further checks"
</ParamField>

<ResponseExample>
  ```json theme={null}
  {
   {
    "data": {
      "statusCode": 200,
      "status": "success",
      "message": "Freezing of Org Virtual Wallet is successful"
    },
  }
  Response headers
  }
  ```
</ResponseExample>
