---
title: "virtual-account"
method: GET
path: "/virtual-account"
tags: ["Virtual Account Endpoints"]
---

# virtual-account

`GET /virtual-account`

Retrieve information about virtual accounts associated with your account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `Status` 'Active' | 'Pending' | 'Inactive'
- `Currency` string

## Response `200`

- object
  - `Success` boolean — True if the request was successful, false if it failed
  - `ErrorMessage` string — Contains a description of the error if the request failed
  - `VirtualAccounts` object — Collection of all your virtual accounts
    - `0` object — Virtual account records
      - `VirtualAccountID` string — Unique ID of the virtual account
      - `VirtualAccountNumber` string — The virtual account number
      - `Type` string — Type of virtual account
      - `Status` string — The status of the virtual account
      - `Currency` string — Currency of the virtual account
      - `AccountHolderName` string — Name of the account holder
      - `FinancialInstitutionNumber` string — Financial institution number
      - `BranchTransitNumber` string — Branch transit number
      - `AccountNumber` string — Account number
      - `IBAN` string — International Bank Account Number
      - `ABARoutingNumber` string — ABA routing number (US)
      - `BicSwift` string — BIC/SWIFT code

---

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