# Create Virtual Account

### Create Dedicated Account

&#x20;<mark style="color:green;">`POST`</mark>  `{{ BASE }}/dedicated-account`&#x20;

```
--header 'Accept: application/json'
--header 'Authorization: Bearer {{  access_token }}'
```

**Request Body**

Below are the request body parameters :tada:

| Name              | Type   | Description           |
| ----------------- | ------ | --------------------- |
| **first\_name**   | String | First Name            |
| **last\_name**    | String | Last Name             |
| **email**         | String | Email Address         |
| **phone\_number** | Number | 11 Digit Phone number |
| **kyc\_type**     | String | bvn or nin            |
| **kyc\_number**   | Number | Bvn or Nin Number     |

Response Body

```
{
    "statuscode": 200,
    "status": true,
    "message": "Virtual accounts created successfully",
    "event_type": "dedicated_account",
    "reference": "CUS_7ieiebfwy09k6qo",
    "data": {
        "account_name": "{{Business Name}}/{{ Customer Name }}",
        "accounts": {
            "account_number": "1234567890",
            "bank_name": "Wema Bank",
            "bank_code": 24,
            "reservation_reference": 1030XXXXX
        }
    }
}
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://padiwise.gitbook.io/padiwise/collections/create-virtual-account.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
