---
title: "Virtual Account"
method: POST
path: "/virtualaccount/bankcollection"
---

# Virtual Account

`POST /virtualaccount/bankcollection`

Instantly Generate the Virtual Account through AeronPay API and Collect the Funds from your Customers

## Headers

- `client-id` string, required
- `client-secret` string, required
- `Content-Type` string, required

## Request body

- object
  - `type` string, required — Pass "bankaccount" in the type parameter
  - `client_referenceId` string, required — Unique Reference ID
  - `name` string, required — Customer Name
  - `email` string, required — Customer Email ID
  - `phone` string, required — Customer Mobile Number
  - `address` string, required — Customer Address
  - `source_bank_account` string, required — Pass the Customer Source Bank Account for Whitelisting
  - `source_bank_ifsc` string, required — Pass the Customer Source IFSC for Account Whitelisting
  - `customer_id` string, required — Pass the Customer ID, Which will be get in Collection Create Customer API

## Response `200`

200

- object
  - `status` string
  - `statusCode` string
  - `message` string
  - `receivers` object
    - `bankAccount_number` string
    - `ifscCode` string
    - `bankName` string
    - `virtual_account_status` string
    - `acknowledged` string

---

[API](https://skmtc.net/aeronpay/apis/merchant-onboarding.md) · [All operations](https://skmtc.net/aeronpay/apis/merchant-onboarding/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aeronpay/merchant-onboarding/versions/1027c0f514b1/schema)
