---
title: "Fetch Virtual Accounts List"
method: GET
path: "/api/merchant/{key}/payout/va"
tags: ["Payout APIs"]
---

# Fetch Virtual Accounts List

`GET /api/merchant/{key}/payout/va`

## Path parameters

- `key` string, required

## Query parameters

- `environment` 'live' | 'sandbox'

## Headers

- `Authorization` string
- `X-Portone-Client-Key` string

## Response `200`

Successful response

- object
  - `content` VirtualAccountContent[] — The array consisting the meta details of virtual accounts.
    - `account_no` string — The account_number to virtual account.
    - `account_name` string — The name of the virtual account.
    - `bank_code` string — The bank_code of the virtual account.
    - `bank_name` string — The bank name of the virtual account.
    - `start_date` string — The creation date of the virtual account.
    - `channel_key` string — The PSP Channel Key linked to the virtual account. Refer PortOne docs for additional details.
    - `end_date` string — The expiry_date of the virtual account.
    - `balance` number, double — The amount present in the virtual account.
    - `currency` string — The currency supported by the virtual account for the transaction.
    - `condition` string — Refer PortOne docs for additional details.
    - `conditional_amount` number, double — The amount limit conditional to the PSP
  - `total_elements` number — The total number of virtual accounts.

## Other responses

- `400` — Failure response
- `401` — Failure response

---

[API](https://skmtc.net/portone/apis/payment-apis.md) · [All operations](https://skmtc.net/portone/apis/payment-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/portone/payment-apis/versions/f3ccea652555/schema)
