> ## 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.

# Create org business virtual wallets

> This endpoint enables an organization's business create virtual wallets

# Create Organization's business virtual wallets

<ParamField body="customLabel" type="string" required>
  **Example:** "virt"
</ParamField>

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

<ResponseExample>
  ```json theme={null}
  {
    "data": {
      "statusCode": 201,
      "status": "success",
      "data": {
        "orgId": "string",
        "businessId": "string",
        "accountNumber": "string",
        "accountName": "Account name / customLabel",
        "bankCode": "string",
        "type": "virtual",
        "balance": 0,
        "currency": "NGN",
        "isFrozen": false,
        "walletId": "string",
        "createdAt": "2025-06-16T10:35:22.234Z"
      },
      "message": "Org business virtual Wallet is created successfully"
    },
  }
  ```
</ResponseExample>
