---
title: "Get Virtual Account"
method: GET
path: "/v1/virtual-accounts/{id}"
tags: ["public.virtual-accounts"]
---

# Get Virtual Account

`GET /v1/virtual-accounts/{id}`

Retrieves a single virtual account by ID for the authenticated merchant

## Path parameters

- `id` string, required

## Response `200`

OK

- VirtualAccountResponse
  - `created_at` string
  - `currency` string
  - `customer_id` string
  - `deposit_instructions` VADepositInstructions
    - `account_type` string
    - `bank_account_number` string
    - `bank_address` string
    - `bank_beneficiary_address` string
    - `bank_beneficiary_name` string
    - `bank_name` string
    - `bank_routing_number` string
    - `bic` string
    - `deposit_message` string
    - `iban` string
  - `developer_fee` DeveloperFeeConfigResponse
    - `percentage` string — Percentage configured for deposits received through this account or receive address.
  - `id` string
  - `merchant_id` string
  - `provider` string
  - `status` string
  - `updated_at` string

## Other responses

- `400` — Invalid virtual account ID format
- `401` — Unauthorized
- `404` — Virtual account not found
- `500` — Internal server error

---

[API](https://skmtc.dev/daya/apis/daya-external-api-public-api.md) · [All operations](https://skmtc.dev/daya/apis/daya-external-api-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/daya/daya-external-api-public-api/revisions/5fc72bf91a48/schema)
