---
title: "Get Virtual Account"
method: GET
path: "/virtualAccount/{customerId}"
---

# Get Virtual Account

`GET /virtualAccount/{customerId}`

This API is used to create a virtual account for the user. Once the account is approved, the user gets a unique virtual account number which is a unique beneficiary account number for the user to remit funds while adding funds to their account.

## Path parameters

- `customerId` string, required

## Headers

- `api-key` string, required
- `auth-key` string, required

## Response `200`

200

- object
  - `status` integer
  - `doc` object
    - `id` string
    - `accountId` string
    - `accountNo` string
    - `bankAccountNumber` string
    - `bankRoutingNumber` string
    - `bankName` string
    - `bankSwiftCode` string
    - `bankAddress` string
    - `bankRoutingNumberType` string
    - `beneficiaryName` string
    - `beneficiaryAddress` string
    - `beneficiaryContactNumber` string
    - `custId` string
    - `username` string
    - `bankAddressDetails` object
      - `addressLine1` string
      - `city` string
      - `stateProvince` string
      - `zipPostalCode` string
      - `country` string
    - `beneficiaryAddressDetails` object
      - `addressLine1` string
      - `addressLine2` string
      - `city` string
      - `stateProvince` string
      - `zipPostalCode` string
      - `country` string
    - `currency` string
    - `contactNumber` string
    - `ABANumber` string
    - `nickname` string

## Other responses

- `400` — 400
- `401` — 401
- `403` — 403
- `404` — 404
- `500` — 500

---

[API](https://skmtc.net/stockal/apis/uat-client-api-v2.md) · [All operations](https://skmtc.net/stockal/apis/uat-client-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/stockal/uat-client-api-v2/versions/08e36bbbd3be/schema)
