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

# virtual-account/transactions

`GET /virtual-account/transactions`

Retrieve the transaction history for a specific virtual account.

## Query parameters

- `AccountID` string, required
- `Key` string, required
- `Signature` string, required
- `VirtualAccountID` string, required

## 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
  - `VirtualAccountTransactions` object[] — List of transactions for the virtual account
    - `FullName` string — Full name associated with the transaction
    - `Amount` string — Transaction amount (credit or debit)
    - `ShortForm` string — Currency code
    - `IBAN` string — IBAN associated with the transaction
    - `TransactionType` string — Type of transaction
    - `TransactionDate` string — Date of the transaction (YYYY-MM-DD)

---

[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/revisions/7033bd231ec7/schema)
