---
title: "List Virtual Accounts"
method: GET
path: "/v1/virtual-accounts"
tags: ["public.virtual-accounts"]
---

# List Virtual Accounts

`GET /v1/virtual-accounts`

Lists all virtual accounts for the authenticated merchant with optional filtering and pagination

## Query parameters

- `limit` integer
- `page` integer
- `customer_id` string
- `status` 'active' | 'inactive'

## Response `200`

OK

- ListVirtualAccountsResponse
  - `data` 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
  - `limit` integer
  - `page` integer
  - `total` integer
  - `total_pages` integer

## Other responses

- `400` — Invalid query parameters
- `401` — Unauthorized
- `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)
