v1
latestOpenAPI 3.1.02026-07-24890206.3 KBQR Collection (Static)
Instantly Generate the Virtual Account through AeronPay API and Collect the Funds from your Customers
post/collections/upicollect/static_vpa
Headers
client-idstring required
Unique Client ID
client-secretstring required
Unique Client Secret
Content-Typestring required
Request body
Response
200
Example response
{
"status": "SUCCESS",
"statusCode": "200",
"message": "Static QR or VPA Generated Successfully",
"receivers": {
"vpa_id": "apay.xxxx@hdfcbank",
"vpa_handle": "HDFC Bank",
"static_qr": "upi://pay?&pa={{vpaid}}&pn={{username}}&tr={{uniqueCode}}&cu=INR&mc={{MCC_Code}}&qrMedium=04&tn=Pay to {{CustomerName}}",
"vpa_status": "active",
"acknowledged": "1"
}
}