---
title: "NGN Temporary Virtual Account"
method: POST
path: "/collections/tempVirtualAccounts"
---

# NGN Temporary Virtual Account

`POST /collections/tempVirtualAccounts`

This is for Naira Virtual Sub Account. It's disposable virtual accounts tied to the main business account, can be used to generate virtual accounts for your users

## Request body

- object
  - `currency` string, required — Currency you're collecting should always be NGN
  - `amount` string, required — amount you are expecting to receive from sender

## Response `200`

200

- object
  - `code` integer
  - `data` object
    - `tempBankAccount` object
      - `id` integer
      - `accountId` integer
      - `amount` string
      - `bankId` string
      - `bankName` string
      - `bankCode` string
      - `accountName` string
      - `accountNumber` string
      - `reference` string
      - `status` string
      - `isActive` boolean
      - `expiresAt` string
      - `createdAt` string
      - `updatedAt` string
  - `success` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/eversend/apis/authentication.md) · [All operations](https://skmtc.net/eversend/apis/authentication/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/eversend/authentication/revisions/7c1b8e2a0830/schema)
