v1

latestOpenAPI 3.0.02026-07-2640301.0 MB
Virtual Account Endpoints

virtual-account/transactions

Retrieve the transaction history for a specific virtual account.

get/virtual-account/transactions

Query parameters

AccountIDstring required

Your account ID

Keystring required

API key for the account

Signaturestring required

Hashed signature for the request

VirtualAccountIDstring required

The ID of the virtual account to retrieve transactions for

Response

Successboolean

True if the request was successful, false if it failed

ErrorMessagestring

Contains a description of the error if the request failed

Example response

{
  "VirtualAccountTransactions": [
    {
      "FullName": "John Doe",
      "Amount": "100.00",
      "ShortForm": "GBP",
      "IBAN": "DK9289000000708623",
      "TransactionType": "credit",
      "TransactionDate": "2026-02-03"
    }
  ]
}