---
title: "Filter virtual accounts"
method: POST
path: "/v1/accounts/virtual/list"
tags: ["Virtual Accounts"]
---

# Filter virtual accounts

`POST /v1/accounts/virtual/list`

You can use this endpoint to filter your virtual accounts.

## Query parameters

- `limit` integer
- `cursor` string

## Headers

- `accountId` string, uuid, required

## Request body

- FilterVirtualAccountRequest
  - `accountName` string — Account holder's name
  - `accountRef` string — Account reference
  - `bvn` string — Bank Verification Number (BVN)
  - `bankAccountNumber` string — Bank account number
  - `dateCreatedFrom` string, date-time — Date created from
  - `dateCreatedTo` string, date-time — Date created to
  - `expired` boolean — Whether the virtual account is expired or not
  - `resourceAcquired` boolean — Whether the virtual account is in use or not

## Response `200`

OK - your request was successful.

- object
  - `code` string, required — Response Code
  - `description` string, required — Response description
  - `data` VirtualAccountListResults, required
    - `results` VirtualAccountObject[] — Contains list of virtual accounts
      - `createdAt` string, date-time, required — Creation timestamp
      - `accountHolderId` string, required — Account holder ID
      - `accountRef` string, required — Account reference
      - `bvn` string, required — Bank Verification Number (BVN)
      - `accountName` string, required — Account holder's name
      - `bankName` string, required — Bank name
      - `bankAccountNumber` string, required — Bank account number
      - `bankAccountName` string, required — Bank account holder name
      - `currency` 'NGN', required — Currency code
      - `callbackUrl` string, url, required — Callback url
      - `expired` boolean, required — Successfully updated
    - `cursor` string — Cursor for pagination. It will be empty if there is no more page to scroll to

## Other responses

- `400` — The request body sent by merchant did not pass the validation checks
- `401` — The access_token provided to access the resource is missing or invalid.
- `403` — The client does not have the permissions to access this resource
- `404` — The record that the client is trying to access does not exist.
- `429` — The client has maxed out the number of calls within a time period on this resource.
- `500` — Downstream system error.

---

[API](https://skmtc.net/nomba/apis/vendor-api.md) · [All operations](https://skmtc.net/nomba/apis/vendor-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/nomba/vendor-api/revisions/41727ac9be5f/schema)
