---
title: "List Virtual Accounts V2"
method: GET
path: "/v2/customers/{customer_id}/virtual-accounts"
tags: ["Virtual Accounts"]
---

# List Virtual Accounts V2

`GET /v2/customers/{customer_id}/virtual-accounts`

Retrieve a list of all virtual accounts for a specific customer

## Path parameters

- `customer_id` string, uuid, required

## Query parameters

- `per_page` integer
- `current_page` integer

## Response `200`

Virtual accounts retrieved successfully

- object
  - `data` object
    - `virtual_accounts` object[]
      - `id` string, uuid
      - `status` 'PROCESSING' | 'IN_COMPLIANCE' | 'REQUEST_FOR_INFORMATION' | 'ACTIVE' | 'INACTIVE' | 'DECLINED'
      - `developer_fee_percent` number, nullable
      - `developer_fee_fixed` number, nullable
      - `customer_id` string, uuid
      - `created_at` string, date-time
      - `updated_at` string, date-time
      - `deposit_instructions` object, nullable — null when status is PROCESSING
        - `currency` string
        - `bank_name` string
        - `bank_address` string
        - `bank_routing_number` string
        - `bank_account_number` string
        - `payment_rails` string[]
        - `bank_country` string, nullable
        - `account_type` string, nullable
        - `bank_code` string, nullable
      - `destination` object
        - `currency` 'USDC'
        - `destination_chain` 'POLYGON'
        - `address` string
      - `rfi` object, nullable
    - `pagination` object
      - `current_page` integer
      - `per_page` integer
      - `total_page` integer
      - `total` integer

## Other responses

- `401` — Authentication failed due to invalid credentials
- `422` — Failed due to a formatting error.

---

[API](https://skmtc.net/fin/apis/fin-com-api.md) · [All operations](https://skmtc.net/fin/apis/fin-com-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fin/fin-com-api/versions/6e69503ee7b8/schema)
