v1

latestOpenAPI 3.1.02026-07-24890206.3 KB

Virtual Account

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

post/virtualaccount/bankcollection

Headers

client-idstring required

Unique Client ID

client-secretstring required

Unique Client Secret

Content-Typestring required

Request body

typestring required

Pass "bankaccount" in the type parameter

client_referenceIdstring required

Unique Reference ID

namestring required

Customer Name

emailstring required

Customer Email ID

phonestring required

Customer Mobile Number

addressstring required

Customer Address

source_bank_accountstring required

Pass the Customer Source Bank Account for Whitelisting

source_bank_ifscstring required

Pass the Customer Source IFSC for Account Whitelisting

customer_idstring required

Pass the Customer ID, Which will be get in Collection Create Customer API

Response

200

statusstring
statusCodestring
messagestring

Example response

{
  "status": "SUCCESS",
  "statusCode": "200",
  "message": "Virtual Account Generated Successfully",
  "receivers": {
    "bankAccount_number": "22XXXXXXXXXXX34",
    "ifscCode": "UTIB000XXXX",
    "bankName": "Axis Bank",
    "virtual_account_status": "active",
    "acknowledged": "1"
  }
}