---
title: "Show Virtual Account"
method: GET
path: "/virtual_accounts/{id}"
tags: ["Virtual Accounts"]
---

# Show Virtual Account

`GET /virtual_accounts/{id}`

Show details of a specific _Virtual Account_ using the given `id`.

## Path parameters

- `id` string, uuid, required

## Response `200`

OK

- VirtualAccount
  - `id` string, uuid
  - `routing_number` string, numeric
  - `account_number` string, numeric
  - `currency` string, alphabets
  - `user_external_id` string, uuid
  - `wallet_account_id` string, uuid
  - `status` 'active' | 'pending_activation' | 'activation_failed' | 'disabled' | 'closed'
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `account_type` 'NIND'
  - `full_legal_account_name` string
  - `account_name` string — A name given for a _Virtual Account_. This is used in CoP lookups.
  - `aka_names` AkaName[] — A list of AKA Names.
  - `merchant_id` string — An identifier that links a _Virtual Account_ to a merchant. This is used in CoP lookups.

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `500` — Internal Server Error

---

[API](https://skmtc.net/hellozai/apis/assembly-api.md) · [All operations](https://skmtc.net/hellozai/apis/assembly-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/hellozai/assembly-api/revisions/60b528b2e015/schema)
